Skip to content

Commit 6f22b44

Browse files
chore(deps): bump Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging.Debug
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Debug](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `Microsoft.Extensions.Logging.Debug` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4b5af5 commit 6f22b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
31-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
32-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
31+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" />
32+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
3333
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
34-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" />
34+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.2" />
3535
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19">
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)