Skip to content

Commit 8759b00

Browse files
committed
Updated thepackage 'Microsoft.Extensions.Caching.Memory' to 8.0.1 as version 8.0.0 has a known high severity vulnerability and causing the build to fail
1 parent ce96147 commit 8759b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="1.14.1" />
2525
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="$(RuntimePackageVersion)" />
2626
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="$(RuntimePackageVersion)" />
27-
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="$(RuntimePackageVersion)" />
27+
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
2828
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
2929
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="$(RuntimePackageVersion)" />
3030
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="$(RuntimePackageVersion)" />

0 commit comments

Comments
 (0)