Skip to content

Commit

Permalink
chore: suppress NU1701 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Aug 22, 2023
1 parent 24a7de7 commit d17d94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions X10D.Unity/X10D.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<NoWarn>$(NoWarn);NU1701</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d17d94a

Please sign in to comment.