Skip to content

Commit

Permalink
FIX-2341 Add NoWarn for NuGet warning NU1507 (#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmarius authored Apr 5, 2024
1 parent 60c0b0c commit d82d0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Witsml/Witsml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<LangVersion>latestMajor</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<NoWarn>$(NoWarn);NU1507</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit d82d0a6

Please sign in to comment.