Ignore compiler warning CS8618 in the Commands project
This commit is contained in:
parent
65d84c0ba6
commit
1a1d1406ec
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
<RootNamespace>Geekbot.Commands</RootNamespace>
|
<RootNamespace>Geekbot.Commands</RootNamespace>
|
||||||
<AssemblyName>Geekbot.Commands</AssemblyName>
|
<AssemblyName>Geekbot.Commands</AssemblyName>
|
||||||
<NoWarn>NU1701</NoWarn>
|
<NoWarn>NU1701</NoWarn>
|
||||||
|
<NoWarn>CS8618</NoWarn>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
Loading…
Reference in a new issue