Prevent Publicizer Warnings from Showing
This commit is contained in:
parent
14a57fcae7
commit
7a5013524d
|
@ -7,6 +7,9 @@
|
|||
<Version>13.37.1337</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
|
||||
<!-- Prevent Publicizer Warnings from Showing -->
|
||||
<NoWarn>$(NoWarn);CS0436</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue