Revert "Move NoWarns"

This reverts commit 75a413a40e.
This commit is contained in:
Dean Herbert
2018-03-27 19:19:09 +09:00
parent 524044d487
commit d76bc1a8ad
3 changed files with 7 additions and 4 deletions

View File

@ -15,6 +15,9 @@
<Configurations>$(CONFIGURATIONS);VisualTests</Configurations>
<Version>0.0.0.0</Version>
<FileVersion>0.0.0.0</FileVersion>
<!-- DeepEqual is not netstandard-compatible. This is fine since we run tests with .NET Framework anyway.
(Not sure why this is needed here, since we don't directly reference DeepEquals in this project...) -->
<NoWarn>NU1701</NoWarn>
</PropertyGroup>
<PropertyGroup Label="Defines">
<DefineConstants Condition="'$(TargetFramework)' == 'net461'">$(DefineConstants);NET_FRAMEWORK</DefineConstants>