Skip to content

Commit 67db177

Browse files
build(deps): bump System.Security.Cryptography.Pkcs
Bumps [System.Security.Cryptography.Pkcs](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: System.Security.Cryptography.Pkcs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05fe56e commit 67db177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Notation.Plugin.AzureKeyVault.Tests/Notation.Plugin.AzureKeyVault.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1212
<PackageReference Include="Moq" Version="4.20.72" />
1313
<PackageReference Include="Moq.AutoMock" Version="3.5.0" />
14-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
14+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.1" />
1515
<PackageReference Include="xunit" Version="2.9.0" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Notation.Plugin.AzureKeyVault/Notation.Plugin.AzureKeyVault.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.6.0" />
2222
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.6.0" />
2323
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
24-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
24+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.1" />
2525
</ItemGroup>
2626

2727
<Target Name="GenerateBuildMetadata" BeforeTargets="CoreCompile">

0 commit comments

Comments
 (0)