We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728cf9b commit 3d78b42Copy full SHA for 3d78b42
Rx.NET/Source/Directory.build.props
@@ -22,7 +22,6 @@
22
<EmbedUntrackedSources>true</EmbedUntrackedSources>
23
<PublishRepositoryUrl>true</PublishRepositoryUrl>
24
<LangVersion>latest</LangVersion>
25
- <ExtrasUwpMetaPackageVersion>6.1.9</ExtrasUwpMetaPackageVersion>
26
</PropertyGroup>
27
28
</Project>
Rx.NET/Source/global.json
@@ -3,6 +3,6 @@
3
"version": "3.0.100-preview"
4
},
5
"msbuild-sdks": {
6
- "MSBuild.Sdk.Extras": "2.0.0-preview.14"
+ "MSBuild.Sdk.Extras": "2.0.0-preview.21"
7
}
8
azure-pipelines.rx.yml
@@ -23,7 +23,7 @@ pr:
jobs:
- job: Build
pool:
- vmImage: vs2017-win2016
+ vmImage: windows-2019
variables:
29
BuildConfiguration: Release
0 commit comments