Ignore compiler warning CS8618 in the Commands project

This commit is contained in:
Daan Boerlage 2021-11-07 00:50:53 +01:00
parent 65d84c0ba6
commit 1a1d1406ec
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -9,6 +9,7 @@
<RootNamespace>Geekbot.Commands</RootNamespace>
<AssemblyName>Geekbot.Commands</AssemblyName>
<NoWarn>NU1701</NoWarn>
<NoWarn>CS8618</NoWarn>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>