Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Update .NET Core DNX SDK acquisition instructions #870

Merged
merged 2 commits into from
Apr 29, 2015

Conversation

richlander
Copy link
Member

  • 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.

@richlander richlander changed the title Update Windows binary aquisition instructions Update Windows binary acquisition instructions Apr 29, 2015
@richlander richlander changed the title Update Windows binary acquisition instructions Update .NET Core DNX SDK acquisition instructions Apr 29, 2015

You need to import trusted root certificates in order to restore NuGet packages. You can do that with the `mozroots` tool.

mozroots --import --sync
Copy link
Member

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.

Copy link
Member Author

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?

Copy link
Member

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.

Copy link
Member

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.

@richlander
Copy link
Member Author

Need to merge to provide access to the instructions. Will fix up the certs issue as a follow-on change.

richlander added a commit that referenced this pull request Apr 29, 2015
Update .NET Core DNX SDK acquisition instructions
@richlander richlander merged commit 198c007 into dotnet:master Apr 29, 2015
@richlander richlander deleted the rich-instructions branch March 5, 2017 17:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants