-
Notifications
You must be signed in to change notification settings - Fork 735
Update System.Security.Cryptography.Pkcs version #5289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @NikolaMilosavljevic @MichaelSimons can confirm what this change does for source build. We might be able to change the property name |
I think this upgrade is going to cause a prebuilt in source-build. System.Security.Cryptography.Pkcs 6.0.4 will need to be added to https://github.com/dotnet/source-build-reference-packages. Instructions for adding new packages are here. |
|
That doesn't address the question about the MSBuild property name used to override the package version in this repo, but ok: dotnet/source-build-reference-packages#738 However, after creating the PR, I realize that the version of the package we're currently using, 5.0.0, isn't in the repo at the moment anyway 🤷 |
The property name doesn't matter here because source-build is able to utilize a reference package. The property name becomes important if the package reference has to be lifted during source-build to the latest. In that case, it has to follow a naming convention.
|
Yes, yes it is. I have no idea what was wrong with me this morning. Trying to rush to finish too many things I have time for before the end of the day. 🤦♂️ |
…#5332) * Address component government alerts (#5308) * Override vulnerable transitive dependency to fix GC alerts * Update System.Security.Cryptography.Pkcs version (#5289) --------- Co-authored-by: Erick Yondon <[email protected]> Co-authored-by: Andy Zivkovic <[email protected]>
…#5332) * Address component government alerts (#5308) * Override vulnerable transitive dependency to fix GC alerts * Update System.Security.Cryptography.Pkcs version (#5289) --------- Co-authored-by: Erick Yondon <[email protected]> Co-authored-by: Andy Zivkovic <[email protected]>
Bug
Fixes: https://github.com/NuGet/Client.Engineering/issues/2372
Regression? no
Description
, so I removed the.Cng` referencesCryptographyPackagesVersionis now only used by 1 PackageVersion (Pkcs), I didn't rename the property, because I assume that source-build uses it to override the versionArrayPoolwas causing compiler errors. Hence, stop using it in netstandard2.0, since we can reference it from the .NET library.PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation