lidgren / lidgren-network-gen3

Lidgren Network Library
https://groups.google.com/forum/#!forum/lidgren-network-gen3
MIT License
1.19k stars 331 forks source link

Assemblies should have valid strong names #84

Open SergeyBaryshev opened 7 years ago

SergeyBaryshev commented 7 years ago

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.

BradleyUffner commented 7 years ago

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.