Skip to content

Commit

Permalink
Merge pull request #4879 from sbwalker/dev
Browse files Browse the repository at this point in the history
update EFCore.NamingConventions to .NET 9 package version
  • Loading branch information
sbwalker authored Nov 27, 2024
2 parents cdd03bf + 77b780d commit 2441647
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Oqtane.Database.PostgreSQL/Oqtane.Database.PostgreSQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;EF1001;AD0001;NU1608</NoWarn>
<NoWarn>1701;1702;EF1001;AD0001</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" />
</ItemGroup>
Expand Down

0 comments on commit 2441647

Please sign in to comment.