Skip to content

Commit

Permalink
Updated to latest Oracle libary, which required bumping to net2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jul 24, 2024
1 parent 16a456c commit fa9d6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dbup-oracle/dbup-oracle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Company>DbUp Contributors</Company>
<Product>DbUp</Product>
<Copyright>Copyright © DbUp Contributors 2015</Copyright>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>dbup-oracle</AssemblyName>
<RootNamespace>DbUp.Oracle</RootNamespace>
<PackageId>dbup-oracle</PackageId>
Expand All @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="dbup-core" Version="6.0.0-beta.108"/>
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.200" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fa9d6c8

Please sign in to comment.