Skip to content

Commit 3d7f3fc

Browse files
Bump the dotnet group with 2 updates (#49173)
Bumps Microsoft.Extensions.Hosting from 9.0.9 to 9.0.10 Bumps Microsoft.Extensions.Hosting.WindowsServices from 9.0.9 to 9.0.10 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-version: 9.0.10 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 c00a95b commit 3d7f3fc

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.9" />
16-
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.9" />
15+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.10" />
16+
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.10" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)