Skip to content

Commit 06649a4

Browse files
Bump Microsoft.Extensions.Hosting in the microsoftextensions group
Bumps the microsoftextensions group with 1 update: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime). 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) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0526a49 commit 06649a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/SampleConsoleApplication/SampleConsoleApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
2525
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
2626
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.3" />
2727
<PackageReference Include="Serilog.sinks.Console" Version="6.0.0" />

samples/SampleStressTest/SampleStressTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
2525
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
2626
</ItemGroup>
2727

0 commit comments

Comments
 (0)