Skip to content

Commit

Permalink
Remove xUnit1026 workaround in test projects
Browse files Browse the repository at this point in the history
- contained a typo (colon versus semicolon) and just doesn't matter
  • Loading branch information
dougbu committed Jun 8, 2018
1 parent 203258d commit df6b798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<WarningsNotAsErrors>xUnit1026:$(WarningsNotAsErrors)</WarningsNotAsErrors>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)MvcTests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

Expand Down

0 comments on commit df6b798

Please sign in to comment.