Skip to content

Commit

Permalink
Bump Oracle.ManagedDataAccess.Core from 3.21.100 to 3.21.110 (#1954)
Browse files Browse the repository at this point in the history
* Bump Oracle.ManagedDataAccess.Core from 2.19.190 to 3.21.110

Bumps Oracle.ManagedDataAccess.Core from 2.19.190 to 3.21.110.

---
updated-dependencies:
- dependency-name: Oracle.ManagedDataAccess.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update src/HealthChecks.Oracle/HealthChecks.Oracle.csproj

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Maximov <sungam3r@yandex.ru>
  • Loading branch information
dependabot[bot] and sungam3r authored Jul 25, 2023
1 parent cb0871a commit eaa25c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HealthChecks.Oracle/HealthChecks.Oracle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.190" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.100" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.110" Condition="'$(TargetFramework)' != 'netstandard2.0'" />

<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="7.0.9" />
</ItemGroup>
Expand Down

0 comments on commit eaa25c2

Please sign in to comment.