chore: suppress NU1701 (#77)

This commit is contained in:
Oliver Booth 2023-08-22 17:39:45 +01:00
parent 24a7de7e8c
commit d17d94a8c1
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<NoWarn>$(NoWarn);NU1701</NoWarn>
</PropertyGroup>
<ItemGroup>