Suppress some warnings

This commit is contained in:
Halgari
2022-10-07 15:09:08 -06:00
parent 140090cfc4
commit 4e2f8b585d
10 changed files with 33 additions and 4 deletions

View File

@ -7,6 +7,10 @@
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup>
<NoWarn>CS8600,CS8601,CS8618,CS8604</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
<PackageReference Include="Octokit" Version="3.0.0" />