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 13e072d commit 8c6a393Copy full SHA for 8c6a393
tests/Directory.Build.props
@@ -3,6 +3,9 @@
3
4
<PropertyGroup>
5
<IsTestProject>true</IsTestProject>
6
+ <OutputType>Exe</OutputType>
7
+ <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
8
+ <UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
9
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments