File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed
Microsoft.TestPlatform.CLI Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ function Verify-Nuget-Packages {
19
19
$expectedNumOfFiles = @ {
20
20
" Microsoft.CodeCoverage" = 59 ;
21
21
" Microsoft.NET.Test.Sdk" = 16 ;
22
- " Microsoft.TestPlatform" = 605 ;
22
+ " Microsoft.TestPlatform" = 606 ;
23
23
" Microsoft.TestPlatform.Build" = 21 ;
24
- " Microsoft.TestPlatform.CLI" = 470 ;
24
+ " Microsoft.TestPlatform.CLI" = 471 ;
25
25
" Microsoft.TestPlatform.Extensions.TrxLogger" = 35 ;
26
26
" Microsoft.TestPlatform.ObjectModel" = 93 ;
27
27
" Microsoft.TestPlatform.AdapterUtilities" = 34 ;
Original file line number Diff line number Diff line change 44
44
<file src =" $TesthostRuntimeconfig$\testhost-5.0.runtimeconfig.json" target =" contentFiles\any\netcoreapp3.1" />
45
45
<file src =" $TesthostRuntimeconfig$\testhost-6.0.runtimeconfig.json" target =" contentFiles\any\netcoreapp3.1" />
46
46
<file src =" $TesthostRuntimeconfig$\testhost-7.0.runtimeconfig.json" target =" contentFiles\any\netcoreapp3.1" />
47
+ <file src =" $TesthostRuntimeconfig$\testhost-8.0.runtimeconfig.json" target =" contentFiles\any\netcoreapp3.1" />
47
48
<file src =" $TesthostRuntimeconfig$\testhost-latest.runtimeconfig.json" target =" contentFiles\any\netcoreapp3.1" />
48
49
<file src =" netcoreapp3.1\testhost.dll" target =" contentFiles\any\netcoreapp3.1" />
49
50
<file src =" netcoreapp3.1\testhost.deps.json" target =" contentFiles\any\netcoreapp3.1" />
Original file line number Diff line number Diff line change 43
43
<file src =" $TesthostRuntimeconfig$\testhost-5.0.runtimeconfig.json" target =" contentFiles\any\$SourceBuildTfm$" />
44
44
<file src =" $TesthostRuntimeconfig$\testhost-6.0.runtimeconfig.json" target =" contentFiles\any\$SourceBuildTfm$" />
45
45
<file src =" $TesthostRuntimeconfig$\testhost-7.0.runtimeconfig.json" target =" contentFiles\any\$SourceBuildTfm$" />
46
+ <file src =" $TesthostRuntimeconfig$\testhost-8.0.runtimeconfig.json" target =" contentFiles\any\$SourceBuildTfm$" />
46
47
<file src =" $TesthostRuntimeconfig$\testhost-latest.runtimeconfig.json" target =" contentFiles\any\$SourceBuildTfm$" />
47
48
<file src =" $SourceBuildTfm$\testhost.dll" target =" contentFiles\any\$SourceBuildTfm$" />
48
49
<file src =" $SourceBuildTfm$\testhost.deps.json" target =" contentFiles\any\$SourceBuildTfm$" />
Original file line number Diff line number Diff line change 539
539
<file src =" $TesthostRuntimeconfig$\testhost-5.0.runtimeconfig.json" target =" tools\net462\Common7\IDE\Extensions\TestPlatform\TestHostNet\testhost-5.0.runtimeconfig.json" />
540
540
<file src =" $TesthostRuntimeconfig$\testhost-6.0.runtimeconfig.json" target =" tools\net462\Common7\IDE\Extensions\TestPlatform\TestHostNet\testhost-6.0.runtimeconfig.json" />
541
541
<file src =" $TesthostRuntimeconfig$\testhost-7.0.runtimeconfig.json" target =" tools\net462\Common7\IDE\Extensions\TestPlatform\TestHostNet\testhost-7.0.runtimeconfig.json" />
542
+ <file src =" $TesthostRuntimeconfig$\testhost-8.0.runtimeconfig.json" target =" tools\net462\Common7\IDE\Extensions\TestPlatform\TestHostNet\testhost-8.0.runtimeconfig.json" />
542
543
<file src =" $TesthostRuntimeconfig$\testhost-latest.runtimeconfig.json" target =" tools\net462\Common7\IDE\Extensions\TestPlatform\TestHostNet\testhost-latest.runtimeconfig.json" />
543
544
<file src =" netcoreapp3.1\testhost.deps.json" target =" tools\net462\Common7\IDE\Extensions\TestPlatform\TestHostNet\testhost.deps.json" />
544
545
<file src =" netcoreapp3.1\testhost.dll" target =" tools\net462\Common7\IDE\Extensions\TestPlatform\TestHostNet\testhost.dll" />
Original file line number Diff line number Diff line change
1
+ {
2
+ "runtimeOptions" : {
3
+ "tfm" : " net8.0" ,
4
+ "framework" : {
5
+ "name" : " Microsoft.NETCore.App" ,
6
+ "version" : " 8.0.0-preview.0"
7
+ }
8
+ }
9
+ }
You can’t perform that action at this time.
0 commit comments