Skip to content

Commit

Permalink
tests: add IsTestProject:true to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Aug 28, 2023
1 parent ea97616 commit f3023db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions X10D.Tests/X10D.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net7.0;net6.0;netcoreapp3.1</TargetFrameworks>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<CoverletOutputFormat>json,cobertura</CoverletOutputFormat>
<CollectCoverage>true</CollectCoverage>
<CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>
Expand Down

0 comments on commit f3023db

Please sign in to comment.