Skip to content

Commit a9948c1

Browse files
committed
use new MS Test runner
1 parent 8769948 commit a9948c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SimpleBase.Tests.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<LangVersion>latest</LangVersion>
1313
<Nullable>enable</Nullable>
1414
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
15+
<EnableMSTestRunner>true</EnableMSTestRunner>
16+
<OutputType>Exe</OutputType>
1517
</PropertyGroup>
1618
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1719
<NoWarn>1701;1702;IDE0130</NoWarn>

0 commit comments

Comments
 (0)