Remove `xUnit1026` workaround in test projects

- contained a typo (colon versus semicolon) and just doesn't matter
This commit is contained in:
Doug Bunting 2018-06-07 13:07:11 -07:00
parent 203258d00e
commit df6b798117
No known key found for this signature in database
GPG Key ID: 888B4EB7822B32E9
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<WarningsNotAsErrors>xUnit1026:$(WarningsNotAsErrors)</WarningsNotAsErrors>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)MvcTests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>