lidgren-network-gen3 icon indicating copy to clipboard operation
lidgren-network-gen3 copied to clipboard

Assemblies should have valid strong names

Open SergeyBaryshev opened this issue 8 years ago • 1 comments

Hi, Michael. I decided to try your library by installing it through NuGet Package. But, unfortunately, Visual Studio said that the library is not signed with a strong name. My programs are all signed, and the Studio requires that all libraries referenced in my project were also signed. It is very easy using the project properties within Visual Studio. https://msdn.microsoft.com/library/ms182127.aspx

p.s.: sorry for my bad English, it's not my native language.

SergeyBaryshev avatar Dec 03 '16 14:12 SergeyBaryshev

Since the source is available, compiling it yourself with your own key is an option. It would be good to have the nuget packages signed though.

BradleyUffner avatar Dec 07 '16 21:12 BradleyUffner