Skip to content

Commit f8b3600

Browse files
committed
Update EF Core dependencies to latest versions
Upgraded `Npgsql.EntityFrameworkCore.PostgreSQL` from `9.0.4` to `10.0.0-rc.2` and `Microsoft.EntityFrameworkCore.Proxies` from `9.0.10` to `10.0.0`. These updates ensure compatibility with the latest features and improvements in the Entity Framework Core ecosystem.
1 parent a364780 commit f8b3600

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/EasyExtensions.EntityFrameworkCore.Npgsql/EasyExtensions.EntityFrameworkCore.Npgsql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
2929
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
3030
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
31-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
32-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.10" />
31+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0-rc.2" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.0" />
3333
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3434
</ItemGroup>
3535
</Project>

0 commit comments

Comments
 (0)