Skip to content
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

No way to sign a netstandard assembly from a .NET >=6 app? #899

Open
fandrei opened this issue Mar 12, 2023 · 1 comment
Open

No way to sign a netstandard assembly from a .NET >=6 app? #899

fandrei opened this issue Mar 12, 2023 · 1 comment

Comments

@fandrei
Copy link

fandrei commented Mar 12, 2023

The WriterParams.StrongNameKeyPair property requires a StrongNameKeyPair object, but this object is no longer supported since .NET 6 and throws an exception.

@ltrzesniewski
Copy link
Contributor

ltrzesniewski commented Mar 18, 2023

See #803 (Fody uses this to sign its output)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants