Skip to content

Commit

Permalink
Merge pull request #11039 from dependabot/jamiemagee/system.security.…
Browse files Browse the repository at this point in the history
…cryptography.pkcs

Update `System.Security.Cryptography.Pkcs` from `5.0.0` to `9.0.0`
  • Loading branch information
randhircs authored Dec 3, 2024
2 parents 586a956 + b7c9810 commit 2cf8057
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nuget/helpers/lib/NuGetUpdater/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MicrosoftExtensionsFileSystemGlobbingPackageVersion>9.0.0</MicrosoftExtensionsFileSystemGlobbingPackageVersion>
<MicrosoftWebXdtPackageVersion>3.1.0</MicrosoftWebXdtPackageVersion>
<SystemPackagesVersion>4.7.0</SystemPackagesVersion>
<CryptographyPackagesVersion>5.0.0</CryptographyPackagesVersion>
<CryptographyPackagesVersion>9.0.0</CryptographyPackagesVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,7 +20,6 @@
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="NuGet.Core" Version="2.14.0" />
<PackageVersion Include="System.ComponentModel.Composition" Version="9.0.0" />
<PackageVersion Include="System.Security.Cryptography.Cng" Version="$(CryptographyPackagesVersion)" />
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="$(CryptographyPackagesVersion)" />
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="9.0.0" />
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="9.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="System.Security.Cryptography.Pkcs" />
<PackageReference Include="System.Security.Cryptography.Cng" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2cf8057

Please sign in to comment.