Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Extensions.Hosting from 5.0.0 to 6.0.1 #5605

Merged
merged 3 commits into from Oct 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2022

Bumps Microsoft.Extensions.Hosting from 5.0.0 to 6.0.1.

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

.NET 6.0.1

Release

.NET 6.0

Release

.NET 6.0 RC 2

Release

.NET 6.0 RC 1

Release

.NET 6.0 Preview 7

Release

.NET 6.0 Preview 6

Release

.NET 6.0 Preview 5

Release

.NET 6.0 Preview 4

Release

.NET 6.0 Preview 3

Release

.NET 6.0 Preview 2

Release

.NET 6.0 Preview 1

Release

.NET 5.0.13

Release

.NET 5.0.11

Release

.NET 5.0.9

Release

.NET 5.0.8

Release

.NET 5.0.7

Release

.NET 5.0.6

Release

... (truncated)

Commits
  • 3a25a7f Merge in 'release/6.0' changes
  • e9036b0 [release/6.0] Add packaging changes for System.Text.Json (#61703)
  • bfdc5e9 Merge branch 'internal/release/6.0' of https://dev.azure.com/dnceng/internal/...
  • 756a3c0 Merge remote-tracking branch 'upstream/release/6.0' into internal/release/6.0
  • 479322e Merge in 'release/6.0' changes
  • f35d5b0 Merge in 'release/6.0' changes
  • c1e9122 [release/6.0] Disable native ports package validation (#61697)
  • c91170a HostFactoryResolver - Increase default timeout and add env var option (#61688)
  • 32a62c9 Merge in 'release/6.0' changes
  • 1aaf3bf [release/6.0] Disable activation host tests that fail with a 6.0 RC2 or newer...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 8, 2022
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch from 8c20eca to 81a9f75 Compare February 9, 2022 17:08
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch 2 times, most recently from 1d92417 to 1daa1b0 Compare February 23, 2022 17:40
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch from 1daa1b0 to f32b97b Compare March 23, 2022 12:57
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch 4 times, most recently from 1a30d42 to 428069a Compare April 20, 2022 19:32
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch from 428069a to 2f051ba Compare May 10, 2022 14:07
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch 2 times, most recently from 0ca86da to 1946895 Compare May 23, 2022 18:02
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch 2 times, most recently from 00cfba7 to b70efde Compare June 17, 2022 18:00
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch 3 times, most recently from dd7ff7c to daf4446 Compare June 28, 2022 19:18
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch from daf4446 to 462e8d1 Compare August 23, 2022 18:33
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch 2 times, most recently from e90762c to 09d4972 Compare September 23, 2022 18:17
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch 4 times, most recently from 275783e to fff3ad7 Compare October 3, 2022 19:53
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch from fff3ad7 to c301fe1 Compare October 5, 2022 16:27
Microsoft.Extensions.DependencyInjection needs to be updated at the same time with Microsoft.Extensions.Hosting
@Arkatufus Arkatufus enabled auto-merge (squash) October 5, 2022 17:04
@Arkatufus
Copy link
Contributor

Need to update the branch manually, added some manual changes to this PR.

@Arkatufus Arkatufus merged commit 425aef0 into dev Oct 5, 2022
@Arkatufus Arkatufus deleted the dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1 branch October 5, 2022 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant