-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Update .NET Core DNX SDK acquisition instructions #870
Conversation
richlander
commented
Apr 29, 2015
- Added instructions for OS X and Linux
- Changed focus from DNVM to DNX.
- Change filename to adapt to that.
- Updated feed URLs.
- Updated package versions.
- General cleanup.
c9aa7e5
to
c129a10
Compare
891f568
to
2ad5539
Compare
2ad5539
to
5fd2e71
Compare
|
||
You need to import trusted root certificates in order to restore NuGet packages. You can do that with the `mozroots` tool. | ||
|
||
mozroots --import --sync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't required anymore since Mono 3.12.0. Certificates are automatically imported when Mono is installed. I discovered recently that some systems like Linux Mint are configured in a way that this doesn't happen automatically, in those cases make sure the ca-certificates-mono
package is installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The certs were to make curl work. Does your comment apply to that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On my Ubuntu 15.04 system the certificates were also missing and I had to install them by hand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mozroots has nothing to do with curl, it was (historically) used to import the Mozilla certificates into Mono's certificate store.
5fd2e71
to
d5ff868
Compare
d5ff868
to
a3d9490
Compare
Need to merge to provide access to the instructions. Will fix up the certs issue as a follow-on change. |
Update .NET Core DNX SDK acquisition instructions