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