Skip to content

Commit 1308bce

Browse files
nuget update(deps): bump Microsoft.Extensions.Caching.Memory in /src
Bumps [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Memory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f0ac0d commit 1308bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AivaptDotNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
1818
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2020
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables"

0 commit comments

Comments
 (0)