Skip to content

Commit 3cc2289

Browse files
build(deps): bump System.Security.Cryptography.Pkcs from 8.0.0 to 8.0.1 in /Notation.Plugin.AzureKeyVault.Tests (#203)
1 parent 71c2029 commit 3cc2289

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.2" />
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.7.0" />
2222
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.7.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)