chore(deps): update nuget #440
Merged
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.



This PR contains the following updates:
7.0.0->7.1.08.3.4->8.3.78.3.4->8.3.79.0.1->9.0.29.0.1->9.0.29.1.0->9.2.09.0.1->9.0.23.5.0->3.7.117.12.0->17.13.01.11.0->1.11.11.11.0->1.11.11.11.0->1.11.17.2.0->7.3.17.2.0->7.3.14.1.0->4.3.04.1.0->4.3.028.9.0->28.13.01.6.11->1.7.46.0.3->6.0.43.0.1->3.0.2Release Notes
fluentassertions/fluentassertions (FluentAssertions)
v7.1.0Compare Source
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)
v9.0.2: .NET 9.0.2Release
What's Changed
d144031to7d76a23by @dependabot in https://github.com/dotnet/aspnetcore/pull/59679index.htmlduring development by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/59348Full Changelog: dotnet/aspnetcore@v9.0.1...v9.0.2
dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)
v9.2.0What's Changed
FunctionInvokingChatClient.CurrentContextby @MackinnonBuck in https://github.com/dotnet/extensions/pull/5786ImageContentandAudioContentby @MackinnonBuck in https://github.com/dotnet/extensions/pull/5814New Contributors
Full Changelog: dotnet/extensions@v9.1.0...v9.2.0
dotnet/runtime (Microsoft.Extensions.Options.ConfigurationExtensions)
v9.0.2: .NET 9.0.2Release
What's Changed
SetChecksumcreating invalid pdb by @github-actions in https://github.com/dotnet/runtime/pull/110205BlockDominancePredsto avoid a JIT crash by @github-actions in https://github.com/dotnet/runtime/pull/110568SIGSEGVnative crashes to the defaultSIGSEGVhandler by @github-actions in https://github.com/dotnet/runtime/pull/110863IsOSVersionAtLeastwhen build or revision are not provided by @github-actions in https://github.com/dotnet/runtime/pull/109332Full Changelog: dotnet/runtime@v9.0.1...v9.0.2
AzureAD/microsoft-identity-web (Microsoft.Identity.Web)
v3.7.1Compare Source
========
v3.7.0Compare Source
========
New Feature
DefaultCredentialsLoaderso that partner teams, or an SDK on top of IdWeb, can bring their own credential providers. See #3220 for details.Bug fixes
v3.6.2Compare Source
========
Fundamentals
v3.6.1Compare Source
========
v3.6.0Compare Source
========
Bug fixes
OpenIdConnectCachingSecurityTokenProvider. See Issue #3078Fundamentals
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.13.0What's Changed
Add letter number among valid identifiers in class name by @nohwnd in https://github.com/microsoft/vstest/pull/13868
Fix formatting in Runner by @mthalman in https://github.com/microsoft/vstest/pull/13871
Downgrade xunit skip warning to info by @nohwnd in https://github.com/microsoft/vstest/pull/10381
Add msdia for arm64 into nuget by @nohwnd in https://github.com/microsoft/vstest/pull/10382
Enable native debugging for vstest.console by @ocitrev in https://github.com/microsoft/vstest/pull/10401
Fix RFCs links by @Youssef1313 in https://github.com/microsoft/vstest/pull/10424
Convert to auto property by @nohwnd in https://github.com/microsoft/vstest/pull/10365
Update Versions.props by @nohwnd in https://github.com/microsoft/vstest/pull/10378
Enable TSA by @jakubch1 in https://github.com/microsoft/vstest/pull/10385
Arm64 dia by @nohwnd in https://github.com/microsoft/vstest/pull/10390
Update source-build team references by @MichaelSimons in https://github.com/microsoft/vstest/pull/10388
Exclude .signature.p7s from nupkg file count by @ellahathaway in https://github.com/microsoft/vstest/pull/10418
Set NetCurrent so that it doesn't roll forward automatically by @ViktorHofer in https://github.com/microsoft/vstest/pull/10622
New Contributors
Full Changelog: microsoft/vstest@v17.12.0...v17.13.0
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v7.3.1What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.0...v7.3.1
v7.3.0What's Changed
CreateFromJsonoptions overload by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3218JsonSerializerDataContractResolverso that it handles jagged arrays correctly by @ozziepeeps in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3245DeepObjectparameter style for dictionary by @EvgeniyZ in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3241MvcOptionsfromSchemaGeneratorby @EvgeniyZ in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3242New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.0
testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)
v4.3.0Compare Source
What's Changed
Thank you to all the contributors 🙌.
🚀 Features
🐛 Bug Fixes
🧹 Housekeeping
SharedContainerInstanceand useContainerFixtureinstead (#1378) @0xcedv4.2.0Compare Source
What's Changed
Thanks for all the contributions. Great first release of the year ❤️.
🚀 Features
🐛 Bug Fixes
🧹 Housekeeping
VerifyTests/Verify (Verify.Xunit)
v28.13.0Compare Source
v28.12.1Compare Source
v28.12.0Compare Source
v28.11.0Compare Source
v28.10.1Compare Source
v28.10.0Compare Source
WireMock-Net/WireMock.Net (WireMock.Net)
v1.7.4Compare Source
v1.7.3Compare Source
v1.7.2Compare Source
v1.7.1Compare Source
v1.7.0Compare Source
v1.6.12Compare Source
coverlet-coverage/coverlet (coverlet.collector)
v6.0.4Fixed
Diff between 6.0.3 and 6.0.4
xunit/visualstudio.xunit (xunit.runner.visualstudio)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.