File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed
tests/Tests.System.Reactive.Uwp.DeviceRunner Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 2222 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2323 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2424 <LangVersion >latest</LangVersion >
25+ <ExtrasUwpMetaPackageVersion >6.1.9</ExtrasUwpMetaPackageVersion >
2526 </PropertyGroup >
2627
2728</Project >
Original file line number Diff line number Diff line change 1515 <DefineConstants >$(DefineConstants);HAS_TRACE;HAS_WINRT;PREFER_ASYNC;HAS_TPL46;NO_REMOTING</DefineConstants >
1616 </PropertyGroup >
1717 <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0'" >
18- <DefineConstants >$(DefineConstants);HAS_TRACE;HAS_WINRT;HAS_WINFORMS;HAS_DISPATCHER; PREFER_ASYNC;HAS_TPL46;NO_REMOTING;DESKTOPCLR</DefineConstants >
18+ <DefineConstants >$(DefineConstants);HAS_TRACE;HAS_WINRT;PREFER_ASYNC;HAS_TPL46;NO_REMOTING;HAS_WINFORMS;HAS_DISPATCHER ;DESKTOPCLR</DefineConstants >
1919 </PropertyGroup >
2020
2121
2222 <ItemGroup Condition =" '$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false' and '$(TargetFramework)' != 'netcoreapp3.0'" >
23- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.1 " />
23+ <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.2 " />
2424 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05" PrivateAssets =" All" />
2525 </ItemGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.3.38 " PrivateAssets =" all" />
28+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.3.105 " PrivateAssets =" all" />
2929 </ItemGroup >
3030
3131 <Target Name =" AddCommitHashToAssemblyAttributes" BeforeTargets =" GetAssemblyAttributes" >
Original file line number Diff line number Diff line change 2929
3030 <!-- UWP -->
3131 <ItemGroup Condition =" '$(TargetFramework)' == 'uap10.0' " >
32- <PackageReference Include =" System.ValueTuple" Version =" 4.4 .0" />
32+ <PackageReference Include =" System.ValueTuple" Version =" 4.5 .0" />
3333 <PackageReference Include =" System.ComponentModel" Version =" 4.0.1" />
3434 <PackageReference Include =" System.Dynamic.Runtime" Version =" 4.0.11" />
3535 <PackageReference Include =" System.Linq.Queryable" Version =" 4.0.1" />
4646
4747 <!-- Desktop -->
4848 <ItemGroup Condition =" '$(TargetFramework)' == 'net46'" >
49- <PackageReference Include =" System.ValueTuple" Version =" 4.4 .0" />
49+ <PackageReference Include =" System.ValueTuple" Version =" 4.5 .0" />
5050 <Reference Include =" System.Windows" />
5151 <Reference Include =" System.Windows.Forms" />
5252 <Reference Include =" WindowsBase" />
Original file line number Diff line number Diff line change 9090 <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
9191 </PropertyGroup >
9292 <ItemGroup >
93- <PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" Version =" 6.1.5 " />
94- <PackageReference Include =" xunit" Version =" 2.4.0-beta.2.build4010 " />
95- <PackageReference Include =" xunit.runner.devices" Version =" 2.4.0-build.27 " />
93+ <PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" Version =" 6.1.9 " />
94+ <PackageReference Include =" xunit" Version =" 2.4.1 " />
95+ <PackageReference Include =" xunit.runner.devices" Version =" 2.5.25 " />
9696 </ItemGroup >
9797 <ItemGroup >
9898 <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
Original file line number Diff line number Diff line change 3232 steps :
3333 - task : DotNetCoreInstaller@0
3434 inputs :
35- version : ' 3.0.100-preview-009812 '
35+ version : ' 3.0.100-preview-010184 '
3636
3737 - task : DotNetCoreCLI@2
3838 inputs :
@@ -114,7 +114,7 @@ jobs:
114114 steps :
115115 - task : DotNetCoreInstaller@0
116116 inputs :
117- version : ' 2.2.100 '
117+ version : ' 2.2.103 '
118118
119119 - task : DotNetCoreCLI@2
120120 inputs :
@@ -128,7 +128,7 @@ jobs:
128128
129129 - task : DotNetCoreInstaller@0
130130 inputs :
131- version : ' 3.0.100-preview-009812 '
131+ version : ' 3.0.100-preview-010184 '
132132
133133 - task : DownloadBuildArtifacts@0
134134 displayName : ' Download Build Artifacts'
You can’t perform that action at this time.
0 commit comments