Skip to content

Commit 2c7b4d4

Browse files
committed
Enable newer MSTest flags
1 parent 7715e12 commit 2c7b4d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/TaglibSharp.Tests/TaglibSharp.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>$(ExeTargetFrameworks)</TargetFrameworks>
5+
<EnableMSTestRunner>true</EnableMSTestRunner>
6+
<OutputType>Exe</OutputType>
7+
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
58
<IsPackable>false</IsPackable>
69
</PropertyGroup>
710

0 commit comments

Comments
 (0)