File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed
Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 10.0.101"
4+ },
5+ "test" : {
6+ "runner" : " Microsoft.Testing.Platform"
7+ }
8+ }
Original file line number Diff line number Diff line change 6565 <NuGetAuditMode >all</NuGetAuditMode >
6666 <!-- Report low, moderate, high and critical advisories -->
6767 <NuGetAuditLevel >moderate</NuGetAuditLevel >
68+
69+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
6870 </PropertyGroup >
6971</Project >
Original file line number Diff line number Diff line change 44 <RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
55 <TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
66 <NoWarn >NU1701;NU1603;NU1603;xUnit2013;SYSLIB0050;SYSLIB0051</NoWarn >
7+ <OutputType >Exe</OutputType >
78 </PropertyGroup >
89
910 <ItemGroup >
1516 </ItemGroup >
1617
1718 <ItemGroup >
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
19- <PackageReference Include =" xunit" Version =" 2.7.1" />
20- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
19+ <PackageReference Include =" xunit.v3.mtp-v2" Version =" 3.2.1" />
2120 <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.7.0" />
2221 <PackageReference Include =" System.Threading.ThreadPool" Version =" 4.3.0" />
2322 <PackageReference Include =" Moq" Version =" 4.20.72" />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ LAYOUT_DIR="$SCRIPT_DIR/../_layout"
1717DOWNLOAD_DIR=" $SCRIPT_DIR /../_downloads/netcore2x"
1818PACKAGE_DIR=" $SCRIPT_DIR /../_package"
1919DOTNETSDK_ROOT=" $SCRIPT_DIR /../_dotnetsdk"
20- DOTNETSDK_VERSION=" 8 .0.416 "
20+ DOTNETSDK_VERSION=" 10 .0.101 "
2121DOTNETSDK_INSTALLDIR=" $DOTNETSDK_ROOT /$DOTNETSDK_VERSION "
2222RUNNER_VERSION=$( cat runnerversion)
2323
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments