Skip to content

Bump the dotnet-packages group with 14 updates#60

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/backend/dotnet-packages-8f9fdb9ad4
Closed

Bump the dotnet-packages group with 14 updates#60
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/backend/dotnet-packages-8f9fdb9ad4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Updated AspNet.Security.OAuth.LinkedIn from 8.3.0 to 10.0.0.

Release notes

Sourced from AspNet.Security.OAuth.LinkedIn's releases.

10.0.0

What's Changed

Full Changelog: aspnet-contrib/AspNet.Security.OAuth.Providers@9.4.1...10.0.0

9.4.1

What's Changed

New Contributors

Full Changelog: aspnet-contrib/AspNet.Security.OAuth.Providers@9.4.0...9.4.1

9.4.0

What's Changed

Full Changelog: aspnet-contrib/AspNet.Security.OAuth.Providers@9.3.0...9.4.0

9.3.0

What's Changed

Full Changelog: aspnet-contrib/AspNet.Security.OAuth.Providers@9.2.0...9.3.0

9.2.0

What's Changed

New Contributors

Full Changelog: aspnet-contrib/AspNet.Security.OAuth.Providers@9.1.0...9.2.0

9.1.0

What's Changed

New Contributors

Full Changelog: aspnet-contrib/AspNet.Security.OAuth.Providers@9.0.0...9.1.0

9.0.0

What's Changed

Full Changelog: aspnet-contrib/AspNet.Security.OAuth.Providers@8.3.0...9.0.0

Commits viewable in compare view.

Updated BCrypt.Net-Next from 4.1.0 to 4.2.0.

Release notes

Sourced from BCrypt.Net-Next's releases.

4.2.0

Full Changelog: BcryptNet/bcrypt.net@v4.1.0...v4.2.0

Commits viewable in compare view.

Updated Dapr.AspNetCore from 1.17.9 to 1.18.4.

Release notes

Sourced from Dapr.AspNetCore's releases.

1.18.4

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.2...v1.18.4

1.18.2

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.1...v1.18.2

1.18.1

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.0...v1.18.1

What's Changed

General

  • ADDED Dapr.SecretsManagement package #​1794 to split secret management into its own client
  • ADDED Dapr.StateManagement package #​1806 to split state management into its own client
  • ADDED Rich backwards-compatibility support added to the SDK to better support runtime API maturation lifecycles #​1816
  • ADDED Serializer refactored from Dapr.Workflow to Dapr.Common #​1805 as a precursor to having common serialization across .NET SDK
  • ADDED Add optional parameter to configuration providers for non-blocking startup #​1844
  • UPDATED Making DaprDefaults public #​1845
  • FIXED Prevent race condition during GrpcProtocolHandler disposal #​1798

Actors

  • ADDED UnloadStateAsync implementation #​1750 to force actors to unload their currently cached in-memory state (no impact to persisted state). The next time GetStateAsync is called, the cache is repopulated as normal.

PubSub

  • FIXED Subscriber resilience: SubscribeAsync now throws DaprException when the sidecar is unavailable instead of failing silently #​1803

Metadata

  • ADDED Added new Dapr.Metadata package for retrieving strongly typed data from the Dapr Metadata API #​1846.
    To use, add Dapr.Metadata package from NuGet, register in DI with builder.Services.AddDaprMetadata() and simply inject IOptions<DaprMetadata>, IOptionsSnapshot<DaprMetadata> or IOptionsMonitor<DaprMetadata> and read the values out of the injected value.

Service Invocation

  • UPDATED InvokeMethodAsync family marked [Obsolete] aligning SDK with prior runtime guidance — recommended guidance is to use a native HTTP/gRPC client for service invocation #​1698.

Jobs

  • UPDATED Jobs API marked stable #​1804.
  • UPDATED Minimum-version tags adjusted to reflect broader test coverage (#​1811).

Workflows

  • ADDED Workflow history context propagation (#​1802)
  • UPDATED Combined Dapr.Workflow meta-project (#​1822) and automatic workflow/activity registration (#​1823)
    This means that there is no longer a need to install Dapr.Workflow.Versioning or Dapr.Workflow.Analyzers separately. All are bundled in the one Dapr.Workflow package, no refactoring necessary (though you might want to remove the stale packages).
  • UPDATED No longer logging connection closed exception when app closes #​1841
  • UPDATED Use server-blocking WaitForInstnace* RPCs instead of client polling #​1843
  • ADDED Timer origins and backwards-compatible optional timers (#​1790)
  • ADDED Add workflow analyzer diagnostics on versioning (#​1815
  • ADDED Expose name on workflow state #​1836
  • ADDED Support history propagation API #​1825, #​1833
  • ADDED Expose workflow name on state #​1836
  • FIXED Workflow patch ordering #​1807, #​1809
  • FIXED Trace propagation fix for downstream calls from workflow user activities #​1808
  • FIXED Addressing "no such instance exists" errors #​1818, #​1812
  • FIXED Fix workflow trace correlation #​1829
  • FIXED add missing FailureDetails property to proto converter #​1831

... (truncated)

1.18.0-rc02

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.0-rc01...v1.18.0-rc02

1.18.0-rc01

What's Changed

New Features

Bug Fixes

Miscellaneous/Infrastructure

New Contributors

Full Changelog: dapr/dotnet-sdk@v1.17.9...v1.18.0-rc01

1.18.0-rc.7

What's Changed

New Contributors

Full Changelog: dapr/dotnet-sdk@v1.18.0-rc.4...v1.18.0-rc.7

1.18.0-rc.4

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.0-rc.3...v1.18.0-rc.4

1.18.0-rc.3

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.0-rc02...v1.18.0-rc.3

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.Google from 10.0.6 to 10.0.9.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.Google's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.6 to 10.0.9.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.MicrosoftAccount from 10.0.6 to 10.0.9.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.MicrosoftAccount's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.6 to 10.0.9.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.OpenApi from 10.0.6 to 10.0.9.

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 10.0.6 to 10.0.9.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.InMemory from 10.0.6 to 10.0.9.

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Tools from 10.0.6 to 10.0.9.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Tools's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.7.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.7.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.6.0...v18.7.0

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

Commits viewable in compare view.

Updated Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.1 to 10.0.2.

Release notes

Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.

10.0.2

Milestone issue

What's Changed

Full Changelog: npgsql/efcore.pg@v10.0.1...v10.0.2

Commits viewable in compare view.

Updated Swashbuckle.AspNetCore from 10.1.7 to 10.2.3.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

10.2.3

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.2...v10.2.3

10.2.2

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.1...v10.2.2

10.2.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1

10.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps AspNet.Security.OAuth.LinkedIn from 8.3.0 to 10.0.0
Bumps BCrypt.Net-Next from 4.1.0 to 4.2.0
Bumps Dapr.AspNetCore from 1.17.9 to 1.18.4
Bumps Microsoft.AspNetCore.Authentication.Google from 10.0.6 to 10.0.9
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.6 to 10.0.9
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 10.0.6 to 10.0.9
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.6 to 10.0.9
Bumps Microsoft.AspNetCore.OpenApi from 10.0.6 to 10.0.9
Bumps Microsoft.EntityFrameworkCore from 10.0.6 to 10.0.9
Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.6 to 10.0.9
Bumps Microsoft.EntityFrameworkCore.Tools from 10.0.6 to 10.0.9
Bumps Microsoft.NET.Test.Sdk from 18.4.0 to 18.7.0
Bumps Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.1 to 10.0.2
Bumps Swashbuckle.AspNetCore from 10.1.7 to 10.2.3

---
updated-dependencies:
- dependency-name: AspNet.Security.OAuth.LinkedIn
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-packages
- dependency-name: BCrypt.Net-Next
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-packages
- dependency-name: Dapr.AspNetCore
  dependency-version: 1.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-packages
- dependency-name: Microsoft.AspNetCore.Authentication.Google
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-packages
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-packages
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 10.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 14, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/src/backend/dotnet-packages-8f9fdb9ad4 branch July 14, 2026 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants