1
0
Fork 0

Prevent Publicizer Warnings from Showing

This commit is contained in:
ivan tkachenko 2025-07-30 00:03:41 +03:00
parent 14a57fcae7
commit 7a5013524d
1 changed files with 3 additions and 0 deletions

View File

@ -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>