Skip to content

Commit ca060da

Browse files
Bump Microsoft.Extensions.Caching.Hybrid and Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Caching.Hybrid](https://github.com/dotnet/extensions) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Caching.Hybrid` from 9.0.0-preview.9.24556.5 to 9.3.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/commits/v9.3.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Hybrid dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 335ed91 commit ca060da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SlowDown/Libexec.AspNetCore.SlowDown.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</ItemGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" Version="9.0.0-preview.9.24556.5" />
42+
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" Version="9.3.0" />
4343
<PackageReference Include="Microsoft.Sbom.Targets" Version="3.1.0">
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)