Skip to content

Commit

Permalink
Suppress warning NU5104, because it does not apply here.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauxjpn committed Feb 13, 2024
1 parent 4c4afbf commit fd431e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dependencies.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup Label="Common Versions">
<EFCoreVersion>[8.0.0, 8.1.0-0)</EFCoreVersion>
<EFCoreVersion>[8.0.0,8.1.0-0)</EFCoreVersion>
<NoWarn>$(NoWarn);NU5104</NoWarn>
</PropertyGroup>

<ItemGroup Label="Dependencies">
Expand Down

0 comments on commit fd431e3

Please sign in to comment.