Skip to content

Commit 1ff3120

Browse files
chore: Bump Microsoft.Extensions.Caching.Memory and Microsoft.Extensions.Logging.Abstractions
Bumps Microsoft.Extensions.Caching.Memory from 9.0.9 to 9.0.10 Bumps Microsoft.Extensions.Logging.Abstractions from 9.0.9 to 9.0.10 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Memory dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 095f8bd commit 1ff3120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ManagedCode.Communication/ManagedCode.Communication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<PackageTags>managedcode, Communication, Result</PackageTags>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.9" />
16+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.10" />
1717
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.9" />
18-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.9" />
18+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.10" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<InternalsVisibleTo Include="ManagedCode.Communication.AspNetCore"/>

0 commit comments

Comments
 (0)