Skip to content

Commit c74400f

Browse files
Bump Microsoft.Extensions.Hosting from 7.0.1 to 8.0.0 (#1454)
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a80d24 commit c74400f

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="7.0.1" />
9+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)