Remove CA ruleset enforcement

This commit is contained in:
Oliver Booth 2022-02-14 12:17:49 +00:00
parent 3257428fad
commit 093a504467
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
<CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<EnablePreviewFeatures>True</EnablePreviewFeatures> <EnablePreviewFeatures>True</EnablePreviewFeatures>
</PropertyGroup> </PropertyGroup>