You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a nice-to-have. At the moment, StrongNamer only signs non-signed assemblies that are referenced by the project being built. If we want the assembly of the project being built to have the same key as their referenced assemblies(*), we need to add SharedKey.snk into the project and sign it ourselves.
(*) when not overriding the StrongNamerKeyFile MSBuild property, of course.
The text was updated successfully, but these errors were encountered:
Just a nice-to-have. At the moment, StrongNamer only signs non-signed assemblies that are referenced by the project being built. If we want the assembly of the project being built to have the same key as their referenced assemblies(*), we need to add SharedKey.snk into the project and sign it ourselves.
(*) when not overriding the
StrongNamerKeyFile
MSBuild property, of course.The text was updated successfully, but these errors were encountered: