Skip to content

Commit 39e213a

Browse files
chore: bump Microsoft.Extensions.Caching.Memory and Microsoft.Extensions.Options
Bumps [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Caching.Memory` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Options` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Memory dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a057a2 commit 39e213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
1414
<PackageVersion Include="Moq" Version="4.20.72" />
1515
<PackageVersion Include="NuGet.PackageManagement" Version="6.12.1" />
16-
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0" />
16+
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.1" />
1717
<PackageVersion Include="NUglify" Version="1.21.11" />
1818
<PackageVersion Include="nunit" Version="4.3.2" />
1919
<PackageVersion Include="NUnit.Analyzers" Version="4.6.0" />

0 commit comments

Comments
 (0)