build: Bump the nuget-deps group with 12 updates#624
Merged
github-actions[bot] merged 1 commit intodependabotchangesfrom May 2, 2026
Conversation
Bumps Azure.Identity from 1.20.0 to 1.21.0 Bumps Microsoft.Extensions.Azure from 1.13.1 to 1.14.0 Bumps Microsoft.Extensions.Configuration from 10.0.5 to 10.0.7 Bumps Microsoft.Extensions.Configuration.Json from 10.0.5 to 10.0.7 Bumps Microsoft.Extensions.Options from 10.0.5 to 10.0.7 Bumps Microsoft.Maui.Graphics from 10.0.51 to 10.0.60 Bumps Microsoft.Maui.Graphics.Skia from 10.0.51 to 10.0.60 Bumps Microsoft.SemanticKernel from 1.74.0 to 1.75.0 Bumps MongoDB.Bson from 3.7.1 to 3.8.0 Bumps MongoDB.Driver from 3.7.1 to 3.8.0 Bumps NSwag.AspNetCore from 14.6.3 to 14.7.1 Bumps NSwag.Core from 14.6.3 to 14.7.1 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Azure dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Maui.Graphics dependency-version: 10.0.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Maui.Graphics.Skia dependency-version: 10.0.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.SemanticKernel dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: MongoDB.Bson dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: MongoDB.Driver dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: NSwag.AspNetCore dependency-version: 14.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: NSwag.Core dependency-version: 14.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
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 Azure.Identity from 1.20.0 to 1.21.0.
Release notes
Sourced from Azure.Identity's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Azure from 1.13.1 to 1.14.0.
Release notes
Sourced from Microsoft.Extensions.Azure's releases.
1.14.0
1.14.0 (2026-04-22)
Other Changes
Azure.Coreversion that includes the identity types moved fromAzure.Identity.Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration from 10.0.5 to 10.0.7.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Json from 10.0.5 to 10.0.7.
Release notes
Sourced from Microsoft.Extensions.Configuration.Json's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Options from 10.0.5 to 10.0.7.
Release notes
Sourced from Microsoft.Extensions.Options's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Maui.Graphics from 10.0.51 to 10.0.60.
Release notes
Sourced from Microsoft.Maui.Graphics's releases.
10.0.60
What's Changed
.NET MAUI 10.0.60 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 242 commits with various improvements, bug fixes, and enhancements.
Ai Agents
Blazor
SupportedOSPlatformattribute with templates by @jonathanpeppers in [blazorwebview] alignSupportedOSPlatformattribute with templates dotnet/maui#25073Border
[Testing] Refactoring Feature Matrix UITest Cases for Border Control by @HarishKumarSF4517 in [Testing] Refactoring Feature Matrix UITest Cases for Border Control dotnet/maui#34349
Fix LayoutCycleException from nested Borders on Windows by @Oxymoron290 in Fix LayoutCycleException from nested Borders on Windows dotnet/maui#34337
🔧 Fixes
Button
[iOS] Button RTL text and image overlap - fix by @kubaflo in [iOS] Button RTL text and image overlap - fix dotnet/maui#29041
[Android] Button with corner radius shadow broken on Android device - fix by @kubaflo in [Android] Button with corner radius shadow broken on Android device - fix dotnet/maui#29339
🔧 Fixes
[iOS] Preserve AlwaysTemplate rendering mode in Button.ResizeImageIfNecessary by @kubaflo in [iOS] Preserve AlwaysTemplate rendering mode in Button.ResizeImageIfNecessary dotnet/maui#25107
🔧 Fixes
[Android] Implemented Material3 support for ImageButton by @Dhivya-SF4094 in [Android] Implemented Material3 support for ImageButton dotnet/maui#33649
🔧 Fixes
Fixed CI failure : Restore BackButtonBehavior IsEnabled after CanExecute changes by @Shalini-Ashokan in Fixed CI failure : Restore BackButtonBehavior IsEnabled after CanExecute changes dotnet/maui#34668
Checkbox
Details
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Maui.Graphics.Skia from 10.0.51 to 10.0.60.
Release notes
Sourced from Microsoft.Maui.Graphics.Skia's releases.
10.0.60
What's Changed
.NET MAUI 10.0.60 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 242 commits with various improvements, bug fixes, and enhancements.
Ai Agents
Blazor
SupportedOSPlatformattribute with templates by @jonathanpeppers in [blazorwebview] alignSupportedOSPlatformattribute with templates dotnet/maui#25073Border
[Testing] Refactoring Feature Matrix UITest Cases for Border Control by @HarishKumarSF4517 in [Testing] Refactoring Feature Matrix UITest Cases for Border Control dotnet/maui#34349
Fix LayoutCycleException from nested Borders on Windows by @Oxymoron290 in Fix LayoutCycleException from nested Borders on Windows dotnet/maui#34337
🔧 Fixes
Button
[iOS] Button RTL text and image overlap - fix by @kubaflo in [iOS] Button RTL text and image overlap - fix dotnet/maui#29041
[Android] Button with corner radius shadow broken on Android device - fix by @kubaflo in [Android] Button with corner radius shadow broken on Android device - fix dotnet/maui#29339
🔧 Fixes
[iOS] Preserve AlwaysTemplate rendering mode in Button.ResizeImageIfNecessary by @kubaflo in [iOS] Preserve AlwaysTemplate rendering mode in Button.ResizeImageIfNecessary dotnet/maui#25107
🔧 Fixes
[Android] Implemented Material3 support for ImageButton by @Dhivya-SF4094 in [Android] Implemented Material3 support for ImageButton dotnet/maui#33649
🔧 Fixes
Fixed CI failure : Restore BackButtonBehavior IsEnabled after CanExecute changes by @Shalini-Ashokan in Fixed CI failure : Restore BackButtonBehavior IsEnabled after CanExecute changes dotnet/maui#34668
Checkbox
Details
... (truncated)
Commits viewable in compare view.
Updated Microsoft.SemanticKernel from 1.74.0 to 1.75.0.
Release notes
Sourced from Microsoft.SemanticKernel's releases.
1.75.0
Changes:
See More
This list of changes was auto generated.
1.74.1
Changes:
This list of changes was auto generated.
Commits viewable in compare view.
Updated MongoDB.Bson from 3.7.1 to 3.8.0.
Release notes
Sourced from MongoDB.Bson's releases.
3.8.0
This is the general availability release for the 3.8.0 version of the driver.
The main new features in 3.8.0 include:
MongoDB v8.3 Compatible Features:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Commits viewable in compare view.
Updated MongoDB.Driver from 3.7.1 to 3.8.0.
Release notes
Sourced from MongoDB.Driver's releases.
3.8.0
This is the general availability release for the 3.8.0 version of the driver.
The main new features in 3.8.0 include:
MongoDB v8.3 Compatible Features:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Commits viewable in compare view.
Updated NSwag.AspNetCore from 14.6.3 to 14.7.1.
Release notes
Sourced from NSwag.AspNetCore's releases.
14.7.1
Corrections to v14.7.0
v14.7.1 updates to NJsonSchema v11.6.1, which corrects the handling of the C#
requiredkeyword and[JsonRequired]:string?,T?) is preserved.MinLength=1on non-nullable strings.[Required]semantics remain unchanged (still suppresses nullability and addsMinLength=1to strings by default, matching its runtime behavior).Observable client changes vs v14.7.0
For
public required string[]? OptionList { get; init; }(#5359):optionList: string[]❌public string[] OptionList❌optionList: string[] | null✅public string[]? OptionList✅For full details and truth tables across all
required/[Required]/[JsonRequired]/[JsonProperty(Required=*)]combinations, see the NJsonSchema v11.6.1 release notes and NJsonSchema #1919.What's Changed
Full Changelog: RicoSuter/NSwag@v14.7.0...v14.7.1
14.7.0
What's Changed
NSwag.Npmresulting in aNConsole.UnusedArgumentExceptionby @ptasev in Fix specifying runtime forNSwag.Npmresulting in aNConsole.UnusedArgumentExceptionRicoSuter/NSwag#5320NJsonSchema v11.6.0 (potentially breaking changes)
This release updates to NJsonSchema v11.6.0 and Namotion.Reflection v3.5.0, which include the following changes that may affect generated code:
requiredkeyword now correctly recognized: Properties using the C# 11requiredkeyword (viaRequiredMemberAttribute/JsonRequiredAttribute) are now properly treated as required in the schema and generated code. Previously these were incorrectly treated as optional.WriteAccessorsetting to control property setter syntax (setvsinit).JsonLibraryVersionsetting for controlling enum attribute generation with System.Text.Json.MinLengthvalidation no longer incorrectly applied to DateTime properties.IncludeFieldsis enabled.For the full list of changes, see the NJsonSchema v11.6.0 release notes.
New Contributors
NSwag.Npmresulting in aNConsole.UnusedArgumentExceptionRicoSuter/NSwag#5320Full Changelog: RicoSuter/NSwag@v14.6.3...v14.7.0
Commits viewable in compare view.
Updated NSwag.Core from 14.6.3 to 14.7.1.
Release notes
Sourced from NSwag.Core's releases.
14.7.1
Corrections to v14.7.0
v14.7.1 updates to NJsonSchema v11.6.1, which corrects the handling of the C#
requiredkeyword and[JsonRequired]:string?,T?) is preserved.MinLength=1on non-nullable strings.[Required]semantics remain unchanged (still suppresses nullability and addsMinLength=1to strings by default, matching its runtime behavior).Observable client changes vs v14.7.0
For
public required string[]? OptionList { get; init; }(#5359):optionList: string[]❌public string[] OptionList❌optionList: string[] | null✅public string[]? OptionList✅For full details and truth tables across all
required/[Required]/[JsonRequired]/[JsonProperty(Required=*)]combinations, see the NJsonSchema v11.6.1 release notes and NJsonSchema #1919.What's Changed
Full Changelog: RicoSuter/NSwag@v14.7.0...v14.7.1
14.7.0
What's Changed
NSwag.Npmresulting in aNConsole.UnusedArgumentExceptionby @ptasev in Fix specifying runtime forNSwag.Npmresulting in aNConsole.UnusedArgumentExceptionRicoSuter/NSwag#5320NJsonSchema v11.6.0 (potentially breaking changes)
This release updates to NJsonSchema v11.6.0 and Namotion.Reflection v3.5.0, which include the following changes that may affect generated code:
requiredkeyword now correctly recognized: Properties using the C# 11requiredkeyword (viaRequiredMemberAttribute/JsonRequiredAttribute) are now properly treated as required in the schema and generated code. Previously these were incorrectly treated as optional.WriteAccessorsetting to control property setter syntax (setvsinit).JsonLibraryVersionsetting for controlling enum attribute generation with System.Text.Json.MinLengthvalidation no longer incorrectly applied to DateTime properties.IncludeFieldsis enabled.For the full list of changes, see the NJsonSchema v11.6.0 release notes.
New Contributors
NSwag.Npmresulting in aNConsole.UnusedArgumentExceptionRicoSuter/NSwag#5320Full Changelog: RicoSuter/NSwag@v14.6.3...v14.7.0
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 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