Browse Source
Update `Npgsql.EntityFrameworkCore.PostgreSQL` to 9.0 rc2.
pull/21013/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
1 additions and
3 deletions
-
Directory.Packages.props
-
framework/src/Volo.Abp.EntityFrameworkCore.PostgreSql/Volo.Abp.EntityFrameworkCore.PostgreSql.csproj
|
|
|
@ -114,7 +114,7 @@ |
|
|
|
<PackageVersion Include="NEST" Version="7.17.5" /> |
|
|
|
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> |
|
|
|
<PackageVersion Include="Nito.AsyncEx.Context" Version="5.1.2" /> |
|
|
|
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.0-rc.1" /> |
|
|
|
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.0-rc.2" /> |
|
|
|
<PackageVersion Include="NSubstitute" Version="5.1.0" /> |
|
|
|
<PackageVersion Include="NuGet.Versioning" Version="6.11.1" /> |
|
|
|
<PackageVersion Include="NUglify" Version="1.21.9" /> |
|
|
|
|
|
|
|
@ -22,8 +22,6 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" VersionOverride="9.0.0-rc.1.24451.1" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.0-rc.1.24451.1" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|