Skip to content

Commit 8418933

Browse files
Bump Microsoft.Extensions.Logging from 6.0.0 to 7.0.0
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a25f2e5 commit 8418933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SystemExtensions.NetStandard.DependencyInjection/SystemExtensions.NetStandard.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="Microsoft.CorrelationVector" Version="1.0.42" />
24-
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2525
<PackageReference Include="Slim" Version="1.9.2" />
2626
<PackageReference Include="SystemExtensions.NetStandard" Version="1.5.0" />
2727
</ItemGroup>

0 commit comments

Comments
 (0)