We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8769948 commit a9948c1Copy full SHA for a9948c1
test/SimpleBase.Tests.csproj
@@ -12,6 +12,8 @@
12
<LangVersion>latest</LangVersion>
13
<Nullable>enable</Nullable>
14
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
15
+ <EnableMSTestRunner>true</EnableMSTestRunner>
16
+ <OutputType>Exe</OutputType>
17
</PropertyGroup>
18
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
19
<NoWarn>1701;1702;IDE0130</NoWarn>
0 commit comments