Skip to content

Commit

Permalink
Supress NU5104 while net8 is not GA (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod authored Sep 16, 2023
1 parent d6b3393 commit 499ef38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);NU5104</NoWarn><!-- We need to remove this once net8 is GA -->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 499ef38

Please sign in to comment.