We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c413c commit 477f03dCopy full SHA for 477f03d
2 files changed
src/Tests/Tests.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFramework>net10.0</TargetFramework>
5
<OutputType>Exe</OutputType>
6
- <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
+ <UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
7
</PropertyGroup>
8
<ItemGroup>
9
<Using Include="Xunit" />
src/global.json
@@ -3,5 +3,8 @@
"version": "10.0.103",
"allowPrerelease": true,
"rollForward": "latestFeature"
+ },
+ "test": {
+ "runner": "Microsoft.Testing.Platform"
}
10
0 commit comments