Skip to content

Commit

Permalink
Merge pull request #2 from AArnott/patch-2
Browse files Browse the repository at this point in the history
Clarify which CLRs require this in README
  • Loading branch information
dsplaisted authored Oct 29, 2018
2 parents e03199c + 12accd6 commit d93ba65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ this, many OSS libraries do not strong name their assemblies.

[1]: https://github.com/dotnet/corefx/blob/c02d33b18398199f6acc17d375dab154e9a1df66/Documentation/project-docs/strong-name-signing.md#faq

Strong named assemblies cannot reference assemblies that aren't strong named.
Strong named assemblies that reference assemblies that aren't strong named are
rejected by the .NET Framework (desktop app only restriction).
So if for whatever reason you actually do need to strong name your project, you
couldn't easily consume open source packages.

Expand Down

0 comments on commit d93ba65

Please sign in to comment.