Bump the nuget group with 8 updates#92
Merged
StephenHidem merged 2 commits intomasterfrom Oct 20, 2025
Merged
Conversation
Bumps dotnet-ef from 9.0.9 to 9.0.10 Bumps Google.Protobuf from 3.32.1 to 3.33.0 Bumps Microsoft.Extensions.Configuration.Abstractions from 9.0.9 to 9.0.10 Bumps Microsoft.Extensions.Hosting from 9.0.9 to 9.0.10 Bumps Microsoft.Extensions.Logging from 9.0.9 to 9.0.10 Bumps Microsoft.Extensions.Logging.Abstractions from 9.0.9 to 9.0.10 Bumps Microsoft.Extensions.Options from 9.0.9 to 9.0.10 Bumps Microsoft.Maui.Core from 9.0.110 to 9.0.120 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Options dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Maui.Core dependency-version: 9.0.120 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: dotnet-ef dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Google.Protobuf dependency-version: 3.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.Extensions.Logging dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
Updated various NuGet packages across multiple projects: - `Microsoft.Extensions.Hosting` to version `9.0.10`. - `Microsoft.Extensions.Hosting.WindowsServices` to version `9.0.10`. - `Google.Protobuf` to version `3.33.0`. - `Microsoft.Maui.Controls` and related packages to version `9.0.120`. Removed a temporary file reference (`1nuf3cxi.wsl~`) from `AntMulticastServer.csproj` to improve project hygiene.
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 dotnet-ef from 9.0.9 to 9.0.10.
Release notes
Sourced from dotnet-ef's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Google.Protobuf from 3.32.1 to 3.33.0.
Release notes
Sourced from Google.Protobuf's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Abstractions from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Microsoft.Extensions.Hosting from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.Extensions.Hosting's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.Extensions.Logging's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging.Abstractions from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.Extensions.Logging.Abstractions's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Microsoft.Extensions.Options from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.Extensions.Options's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Microsoft.Maui.Core from 9.0.110 to 9.0.120.
Release notes
Sourced from Microsoft.Maui.Core's releases.
9.0.120
What's Changed
.NET 9 SR12 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 104 commits with various improvements, bug fixes, and enhancements.
.NET MAUI Product Fixes
Android
[release/9.0.1xx-sr12] [Android] -Picker dialog causes crash when page is popped while dialo… by @github-actions[bot] in [release/9.0.1xx-sr12] [Android] -Picker dialog causes crash when page is popped while dialo… dotnet/maui#31919
🔧 Fixes
BlazorWebView
Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template by @Copilot in Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template dotnet/maui#31618
🔧 Fixes
Revert "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" by @mattleibow in Revert "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" dotnet/maui#31676
🔧 Fixes
Reland "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" by @mattleibow in Reland "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" dotnet/maui#31677
🔧 Fixes
Button
Radio Button Null Selection Fix by @asi-evin in Radio Button Null Selection Fix dotnet/maui#31175
🔧 Fixes
Collectionview
[iOS] Flyout Menu CollectionView First Item Misaligned - fix by @kubaflo in [iOS] Flyout Menu CollectionView First Item Misaligned - fix dotnet/maui#30501
🔧 Fixes
... (truncated)
9.0.111
.NET MAUI Product Fixes
Accessibility
[release/9.0.1xx-sr11] [Windows] Revert cleanup of
AccessibilityExtensionsby @github-actions[bot] in [release/9.0.1xx-sr11] [Windows] Revert cleanup ofAccessibilityExtensionsdotnet/maui#31758🔧 Fixes
AccessibilityExtensionsOther
Full Changelog: dotnet/maui@9.0.110...9.0.111
Commits viewable in compare view.
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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions