You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you expected to see, versus what you actually saw
Dependabot should not change line <PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.100" Condition="'$(TargetFramework)' != 'netstandard2.0'" /> to <PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.41" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
I had a similar issue. PR, I'm not using a dependabot yml to configure it. In my case this was a PR for npm changes, but it lowered the version of one package from 5.2.9 to 5.1.7
Is there an existing issue for this?
Package ecosystem
nuget
Package manager version
Integrated in NET7 SDK
Language version
C# 11
Manifest location and content before the Dependabot update
No response
dependabot.yml content
https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/.github/dependabot.yml
Updated dependency
Oracle.ManagedDataAccess.Core 3.21.100 -> 3.21.41
What you expected to see, versus what you actually saw
Dependabot should not change line
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.100" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
to<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.41" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Xabaril/AspNetCore.Diagnostics.HealthChecks#1938
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: