Skip to content

Commit dc3dc5f

Browse files
Bump the dotnet group with 2 updates (#47846)
Bumps Microsoft.Extensions.Hosting from 9.0.7 to 9.0.8 Bumps Microsoft.Extensions.Hosting.WindowsServices from 9.0.7 to 9.0.8 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-version: 9.0.8 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 84c56db commit dc3dc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/extensions/snippets/workers/windows-service/App.WindowsService.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
16-
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.7" />
15+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
16+
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.8" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)