Skip to content

Commit 5946ba2

Browse files
Bump the dotnet group (#42977)
Bumps the dotnet group in /docs/core/docker/snippets/7.0/Worker with 2 updates: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.NET.Build.Containers](https://github.com/dotnet/sdk-container-builds). Updates `Microsoft.Extensions.Hosting` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.NET.Build.Containers` from 8.0.402 to 8.0.403 - [Release notes](https://github.com/dotnet/sdk-container-builds/releases) - [Commits](https://github.com/dotnet/sdk-container-builds/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.NET.Build.Containers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5308253 commit 5946ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/docker/snippets/7.0/Worker/DotNet.ContainerImage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
13-
<PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.402" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
13+
<PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.403" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)