mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 08:38:47 +00:00
tests: add IsTestProject:true to csproj
This commit is contained in:
parent
ea97616d57
commit
f3023dbd9f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user