Skip to content

Commit

Permalink
Merge pull request #151 from liukuo362573/dependabot/nuget/YiSha.Data…
Browse files Browse the repository at this point in the history
…/YiSha.Data.EF/Oracle.ManagedDataAccess.Core-3.21.90

Bump Oracle.ManagedDataAccess.Core from 3.21.1 to 3.21.90 in /YiSha.Data/YiSha.Data.EF
  • Loading branch information
liukuo362573 committed Nov 16, 2023
2 parents 8881dd9 + e72af7c commit a946881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions YiSha.Data/YiSha.Data.EF/YiSha.Data.EF.csproj
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand All @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.5" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.1" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.90" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion YiSha.Data/YiSha.Data/YiSha.Data.csproj
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.5" />
<PackageReference Include="MySqlConnector" Version="1.3.8" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.1" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.90" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a946881

Please sign in to comment.