fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

mozroots no longer required for Mono 3.12+ #213

Closed robwestwood closed 8 years ago

robwestwood commented 8 years ago

Since Mono version 3.12, it is no longer necessary to use the mozroots utility. Upon installation (for packaged mono) cert-sync is run to synchronise OS certificates to the Mono certificate store.

Details: cert-sync change in Mono 3.12.

knocte commented 8 years ago

AFAIU, this change is in Mono, but it's up to distros to pick it up in their Mono packaging. Debian/Ubuntu did, and e.g. with Ubuntu16.04 you can use MonoDevelop+Nuget out of the box.

robwestwood commented 8 years ago

Thanks, @knocte.

Looking at patch #236 this covers all bases as far as I can understand, so I'm marking this issue as closed.