🔨 Add code analysis ruleset

This commit is contained in:
Oliver Booth 2020-04-19 14:10:42 +01:00
parent 754486c568
commit b1a69a7711
No known key found for this signature in database
GPG Key ID: 0D7F2EF1C8D2B9C0
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>

View File

@ -14,6 +14,7 @@
<PackageIconUrl />
<PackageTags>dotnet extension-methods</PackageTags>
<Version>2.1.0</Version>
<CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>