Skip to content

Commit

Permalink
EnableMSTestRunner as single exe
Browse files Browse the repository at this point in the history
less forks, easier debugging
  • Loading branch information
rurban committed Jan 31, 2024
1 parent 7999b38 commit 1331770
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ACadSharp.Tests/ACadSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<!-- Enable the MSTest runner, this is an opt-in feature -->
<EnableMSTestRunner>true</EnableMSTestRunner>
<!-- We need to produce an executable and not a DLL -->
<OutputType>Exe</OutputType>

<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 1331770

Please sign in to comment.