We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating Visual Studio and Windows, we saw this warning while compiling:
warning NU1903: Package 'System.Formats.Asn1' 8.0.0 has a known high severity vulnerability, GHSA-447r-wph3-92pm
To resolve this issue when compiling PDFsharp, go to Directory.Packages.prop and locate this line:
<Cryptography_PackageVersion>8.0.0</Cryptography_PackageVersion>
Change the version to 8.0.1 and the warning disappears.
This change will be included with PDFsharp 6.2.0 Preview 2 coming this or next month.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After updating Visual Studio and Windows, we saw this warning while compiling:
warning NU1903: Package 'System.Formats.Asn1' 8.0.0 has a known high severity vulnerability, GHSA-447r-wph3-92pm
To resolve this issue when compiling PDFsharp, go to Directory.Packages.prop and locate this line:
<Cryptography_PackageVersion>8.0.0</Cryptography_PackageVersion>
Change the version to 8.0.1 and the warning disappears.
This change will be included with PDFsharp 6.2.0 Preview 2 coming this or next month.
The text was updated successfully, but these errors were encountered: