Skip to content

Commit

Permalink
Merge pull request #265 from LibreDWG/EnableMSTestRunner
Browse files Browse the repository at this point in the history
EnableMSTestRunner as single exe
  • Loading branch information
DomCR authored Jan 31, 2024
2 parents 0fc4f55 + 1331770 commit b636305
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 b636305

Please sign in to comment.