Skip to content

Commit

Permalink
Add NoWarn NU1903
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed May 31, 2024
1 parent 340a301 commit 6ba0593
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>NU1903</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
Expand Down

0 comments on commit 6ba0593

Please sign in to comment.