Add Oracle EFC9 Provider
This commit is contained in:
parent
17382b981e
commit
7697b35f47
|
|
@ -223,7 +223,7 @@
|
|||
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
|
||||
<PackageVersion Include="Npgsql" Version="9.0.1" />
|
||||
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" />
|
||||
<!-- <PackageVersion Include="Oracle.EntityFrameworkCore" Version="8.23.60" /> -->
|
||||
<PackageVersion Include="Oracle.EntityFrameworkCore" Version="9.23.60" />
|
||||
<PackageVersion Include="Polly" Version="8.5.0" />
|
||||
<!-- <PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" /> -->
|
||||
<PackageVersion Include="Refit" Version="8.0.0" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
||||
<Description>
|
||||
Provides Oracle EF Core migrations for various modules.
|
||||
</Description>
|
||||
|
|
|
|||
Loading…
Reference in a new issue