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 2c01091 commit df88debCopy full SHA for df88deb
2 files changed
src/Tests/Tests.csproj
@@ -3,6 +3,7 @@
3
<PropertyGroup>
4
<TargetFramework>net10.0</TargetFramework>
5
<OutputType>Exe</OutputType>
6
+ <UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
7
<RootNamespace>testing</RootNamespace>
8
</PropertyGroup>
9
<ItemGroup>
src/global.json
@@ -3,5 +3,8 @@
"version": "10.0.103",
"allowPrerelease": true,
"rollForward": "latestFeature"
+ },
+ "test": {
+ "runner": "Microsoft.Testing.Platform"
}
10
0 commit comments