Skip to content

Commit

Permalink
Oracle to latest Nuget version too
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Sep 21, 2024
1 parent 9673675 commit 97c4cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageVersion Include="Dapper" Version="2.1.35" />
<PackageVersion Include="MySqlConnector" Version="2.3.7" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="3.21.140" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="23.5.1" />
<!--
Note: the following references are exclusively used in the test projects:
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using grate.Oracle.Migration;
using Oracle.ManagedDataAccess.Client;
using TestCommon.TestInfrastructure;
using OracleDatabase = grate.Oracle.Migration.OracleDatabase;

namespace Oracle.TestInfrastructure;

Expand Down

0 comments on commit 97c4cf8

Please sign in to comment.