Mute new MSB3270 warnings
no sure if these are the result of a .NET SDK update or my NuGet experiment
This commit is contained in:
parent
3a3494aedb
commit
64bc762439
|
@ -8,6 +8,7 @@
|
|||
<MSBuildWarningsAsMessages>NU1702</MSBuildWarningsAsMessages>
|
||||
<NoWarn>CS1573;CS1591</NoWarn>
|
||||
<OutputPath>$(ProjectDir)../../output/dll</OutputPath>
|
||||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Analyzer Include="$(ProjectDir)../../References/BizHawk.SrcGen.ReflectionCache.dll" />
|
||||
|
|
Loading…
Reference in New Issue