Skip to content

Commit bd571af

Browse files
Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.0 (#1076)
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34e48d1 commit bd571af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/workerServiceDependencyInjection/workerServiceDependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
9+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)