Use release version of EntityFrameworkCore.PostgreSQL

This commit is contained in:
Mbucari
2025-11-22 11:42:30 -07:00
parent b0a40e12b7
commit b9a1709284
2 changed files with 1 additions and 11 deletions

View File

@@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Dinah.Core" Version="10.0.0.1" />
<PackageReference Include="Dinah.EntityFrameworkCore" Version="10.0.0.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0-rtm-ci.20251120T065334" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0">
<PrivateAssets>all</PrivateAssets>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!-- Needed for RTM build of Npgsql.EntityFrameworkCore.PostgreSQL -->
<add key="myget" value="https://www.myget.org/F/npgsql-vnext/api/v3/index.json " />
</packageSources>
</configuration>