CodesInChaos / Chaos.NaCl

Chaos.NaCl cryptography library
Other
131 stars 54 forks source link

Nuget package for .net core #13

Open kstr opened 7 years ago

kstr commented 7 years ago

There is a nuget package, but it seems like it's not for .net core.

martinstoeckli commented 7 years ago

Alternatively you can convert it to a shared-project in VisualStudio. I just built such a project and can now compile it cross-platform, independend of any dotnet-version and without the need for dynamically loading dlls. Kudos to the author for keeping it free of dependencies!