Skip to content

Commit

Permalink
Update to release version of dbup-core 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Oct 23, 2024
1 parent e00b74d commit 6521d77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<ItemGroup>
<ProjectReference Include="..\dbup-oracle\dbup-oracle.csproj"/>
<PackageReference Include="DbUp.Tests.Common" Version="6.0.0-beta.146"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0"/>
<PackageReference Include="xunit" Version="2.9.0"/>
<PackageReference Include="DbUp.Tests.Common" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/dbup-oracle/dbup-oracle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dbup-core" Version="6.0.0-beta.146"/>
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.5.0" />
<PackageReference Include="dbup-core" Version="6.0.3" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6521d77

Please sign in to comment.