Friday, March 29, 2019

NEW: devel/nuget - package manager for .NET/mono

Hi,

With DNS fixed for mono, the package manager NuGet now works. It's like pip for
python for example and allows installing and updating packages from the .NET
ecosystem.

In order to be able to use it, I first had to use mono's cert-sync to import
certificates from /etc/ssl/cert.pem into mono's certificate storage, so that
TLS connections work. Then I was able to install Newtonsoft.Json and
Lidgren.Network without problems.

The port is quite simple, only consisting of the .exe assembly and a script to
run it with mono.

ok?

No comments:

Post a Comment