Bump the minor-and-patch group with 8 updates#4777
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
Bumps Google.Protobuf from 3.35.0 to 3.35.1 Bumps Microsoft.Build.Framework from 18.6.3 to 18.7.1 Bumps Microsoft.Build.Utilities.Core from 18.6.3 to 18.7.1 Bumps Microsoft.CodeAnalysis.CSharp from 5.0.0 to 5.3.0 Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.0 to 10.0.9 Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.0 to 10.0.9 Bumps Microsoft.Extensions.Options from 10.0.0 to 10.0.9 Bumps Microsoft.Extensions.TimeProvider.Testing from 10.6.0 to 10.7.0 Bumps NUnit.Analyzers from 4.13.0 to 4.14.0 --- updated-dependencies: - dependency-name: Google.Protobuf dependency-version: 3.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.Build.Framework dependency-version: 18.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: Microsoft.Build.Utilities.Core dependency-version: 18.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.Extensions.TimeProvider.Testing dependency-version: 10.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: NUnit.Analyzers dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jun 13, 2026
pepone
reviewed
Jun 13, 2026
|
|
||
| <!-- 5.0.0 to maintain compatibility with .NET SDK 10.0.10x --> | ||
| <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" /> | ||
| <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" /> |
Member
There was a problem hiding this comment.
This should stay at 5.0.0 see the comment above. @copilot is there a way to prevent dependabot[bot] to keep trying to update this package, we need to stick to the old version.
Contributor
There was a problem hiding this comment.
Fixed in 8f5afb7. I pinned Microsoft.CodeAnalysis.CSharp back to 5.0.0 and added a Dependabot ignore entry in .github/dependabot.yml, so future NuGet update PRs should skip that package.
|
|
Copilot
AI
changed the title
Bump the minor-and-patch group with 9 updates
Bump the minor-and-patch group with 8 updates
Jun 13, 2026
pepone
approved these changes
Jun 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Google.Protobuf from 3.35.0 to 3.35.1.
Updated Microsoft.Build.Framework from 18.6.3 to 18.7.1.
Updated Microsoft.Build.Utilities.Core from 18.6.3 to 18.7.1.
Updated Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.0 to 10.0.9.
Updated Microsoft.Extensions.Logging.Abstractions from 10.0.0 to 10.0.9.
Updated Microsoft.Extensions.Options from 10.0.0 to 10.0.9.
Updated Microsoft.Extensions.TimeProvider.Testing from 10.6.0 to 10.7.0.
Updated NUnit.Analyzers from 4.13.0 to 4.14.0.
Pinned
Microsoft.CodeAnalysis.CSharpat5.0.0and configured Dependabot to ignore future updates for this package.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.