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 f82a0c2 commit 0a3b4d3Copy full SHA for 0a3b4d3
Imports/Tests.props
@@ -4,7 +4,6 @@
4
<OutputType>Exe</OutputType>
5
<IsPackable>false</IsPackable>
6
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
7
- <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
8
</PropertyGroup>
9
10
<ItemGroup>
global.json
@@ -0,0 +1,5 @@
1
+{
2
+ "test": {
3
+ "runner": "Microsoft.Testing.Platform"
+ }
+}
0 commit comments