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

Sign the assembly with a strong name #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

flensrocker
Copy link

  • Updated RichardSzalay.MockHttp to 6.0.0 (it's strong name signed)
  • Updated .Net 4.5 to .Net 4.5.2 (otherwise I can't compile with VS 2022)
  • Added .NET 6.0

To sign an assembly with a strong name you have to create a snk-file with:
sn -k WebPush.snk

For the InternalsVisibleTo attribute you also have to sign the test assembly. You can use the same key file.

To extract the public key from the snk-file:

sn -p WebPush.snk pub.snk
sn -tp pub.snk
(copy key)
del pub.snk

See #30

- Updated RichardSzalay.MockHttp to 6.0.0
- Updated .Net 4.5 to .Net 4.5.2
- Added .NET 6.0
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

Successfully merging this pull request may close these issues.

1 participant