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 22
22
<EmbedUntrackedSources >true</EmbedUntrackedSources >
23
23
<PublishRepositoryUrl >true</PublishRepositoryUrl >
24
24
<LangVersion >latest</LangVersion >
25
+ <ExtrasUwpMetaPackageVersion >6.1.9</ExtrasUwpMetaPackageVersion >
25
26
</PropertyGroup >
26
27
27
28
</Project >
Original file line number Diff line number Diff line change 15
15
<DefineConstants >$(DefineConstants);HAS_TRACE;HAS_WINRT;PREFER_ASYNC;HAS_TPL46;NO_REMOTING</DefineConstants >
16
16
</PropertyGroup >
17
17
<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 >
19
19
</PropertyGroup >
20
20
21
21
22
22
<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 " />
24
24
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05" PrivateAssets =" All" />
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.3.38 " PrivateAssets =" all" />
28
+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.3.105 " PrivateAssets =" all" />
29
29
</ItemGroup >
30
30
31
31
<Target Name =" AddCommitHashToAssemblyAttributes" BeforeTargets =" GetAssemblyAttributes" >
Original file line number Diff line number Diff line change 29
29
30
30
<!-- UWP -->
31
31
<ItemGroup Condition =" '$(TargetFramework)' == 'uap10.0' " >
32
- <PackageReference Include =" System.ValueTuple" Version =" 4.4 .0" />
32
+ <PackageReference Include =" System.ValueTuple" Version =" 4.5 .0" />
33
33
<PackageReference Include =" System.ComponentModel" Version =" 4.0.1" />
34
34
<PackageReference Include =" System.Dynamic.Runtime" Version =" 4.0.11" />
35
35
<PackageReference Include =" System.Linq.Queryable" Version =" 4.0.1" />
46
46
47
47
<!-- Desktop -->
48
48
<ItemGroup Condition =" '$(TargetFramework)' == 'net46'" >
49
- <PackageReference Include =" System.ValueTuple" Version =" 4.4 .0" />
49
+ <PackageReference Include =" System.ValueTuple" Version =" 4.5 .0" />
50
50
<Reference Include =" System.Windows" />
51
51
<Reference Include =" System.Windows.Forms" />
52
52
<Reference Include =" WindowsBase" />
Original file line number Diff line number Diff line change 90
90
<UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
91
91
</PropertyGroup >
92
92
<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 " />
96
96
</ItemGroup >
97
97
<ItemGroup >
98
98
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
Original file line number Diff line number Diff line change 32
32
steps :
33
33
- task : DotNetCoreInstaller@0
34
34
inputs :
35
- version : ' 3.0.100-preview-009812 '
35
+ version : ' 3.0.100-preview-010184 '
36
36
37
37
- task : DotNetCoreCLI@2
38
38
inputs :
@@ -114,7 +114,7 @@ jobs:
114
114
steps :
115
115
- task : DotNetCoreInstaller@0
116
116
inputs :
117
- version : ' 2.2.100 '
117
+ version : ' 2.2.103 '
118
118
119
119
- task : DotNetCoreCLI@2
120
120
inputs :
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
- task : DotNetCoreInstaller@0
130
130
inputs :
131
- version : ' 3.0.100-preview-009812 '
131
+ version : ' 3.0.100-preview-010184 '
132
132
133
133
- task : DownloadBuildArtifacts@0
134
134
displayName : ' Download Build Artifacts'
You can’t perform that action at this time.
0 commit comments