Skip to content

Commit c9951db

Browse files
Merge pull request #7592 from luisquintanilla/dependabot/nuget/docs/core/extensions/snippets/configuration/console-custom-logging/multi-b1056fcc5d
Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging
2 parents c81ef89 + d1c7e80 commit c9951db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/extensions/snippets/configuration/console-custom-logging/console-custom-logging.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
23-
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.4" />
23+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.4" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)