File tree Expand file tree Collapse file tree 6 files changed +15
-10
lines changed
Expand file tree Collapse file tree 6 files changed +15
-10
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 >
8+ <SelfContained >true</SelfContained >
79 </PropertyGroup >
810
911 <ItemGroup >
1517 </ItemGroup >
1618
1719 <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" />
20+ <PackageReference Include =" xunit.v3.mtp-v2" Version =" 3.2.1" />
2121 <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.7.0" />
2222 <PackageReference Include =" System.Threading.ThreadPool" Version =" 4.3.0" />
2323 <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
Original file line number Diff line number Diff line change 4848
4949 <Target Name =" Test" DependsOnTargets =" GenerateConstant" >
5050 <Exec Command =" dotnet build Test/Test.csproj -c $(BUILDCONFIG) /p:PackageRuntime=$(PackageRuntime)" ConsoleToMSBuild =" true" />
51- <Exec Command =" dotnet test Test/Test.csproj -c $(BUILDCONFIG) --no-build --logger: trx" ConsoleToMSBuild =" true" />
51+ <Exec Command =" dotnet test Test/Test.csproj -c $(BUILDCONFIG) --no-build --report- trx" ConsoleToMSBuild =" true" />
5252 </Target >
5353
5454 <Target Name =" Layout" DependsOnTargets =" Clean;Build" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments