Skip to content

Commit

Permalink
Do not emit CS1607 warnings for test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 10, 2018
1 parent 37508bf commit a5a75d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NerdBank.GitVersioning.Tests/test.prj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<OutputType>Library</OutputType>
<OutputPath>bin\</OutputPath>
<NoWarn>$(NoWarn);1607</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit a5a75d8

Please sign in to comment.