Sierra's rid is osx.10.12-x64, which does not have packages for it. We want to build the CLI for the latest support OSX RID, which is osx.10.11-x64. We can force it to do so by setting DOTNET_RUNTIME_ID environment variable.
* rel/1.0.0-preview2:
Update versions of EF and scaffolding tools
Update Kestrel to 1.0.1
Update version of routing to 1.0.1
Add missing comma to F# lib project.json
Update cshtml wildcard in publishOptions
Don't print arguments in F# console app
Update F# dotnet-new templates for Preview 2 (Enrico Sada rebase)
Update MVC version to 1.0.1
Upgrade Corefx and coreclr references
fix typo in dotnet-install file
Remove the VS2012 CRT dependency from docs (#3632)
Fix README to use hostfxr download links (#3622)
Fix Oracle Linux version in README.md
Use NugetCache Sentinel for Telemetry setting.
Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.
Remove showing firsttime eula for non verbs.
Adding Oracle Linux and Linux Mint to the titles
Moving Ubuntu 16.04 to be next to Ubuntu 14.04
Update README.md
* Moving certain documents to the dotnet/core repo
Moving the following documents to the dotnet/core repo, to make maintenance easier and also to keep all of the various support documents for .NET Core all-up in the same place.
The documents changed:
* supported-os-matrix.md
* known-issues.md
* cli-prerequisites.md
Also editing the README.md document to point to the new repo and its documents where needed.
* Updating README.md files as well as man pages
This aligns with the latest changes in the official documentation. It also aligns dotnet test readme.md to official docs and introduces a new doc in the "Documentation" directory that deals with dotnet test protocols.
* Update known-issues.md
Updating known issues document to add the dev builds require custom NuGet.config info.
skip ci please
Fix#2758
* Update known-issues.md
Responding to PR feedback.
Add OpenSSL section to the known issues list as per feedback from various community members.
List out the Homebrew step but also show the MacPorts steps.
* New version of the installation spec
Added things around the installation process, upgrades and removals. Also added more parameters for the install script.
* Responding to PR feedback'
* Add pre-reqs doc to the repo
This document outlines all of the native dependencies that are needed to run the CLI tools for Ubuntu, Windows, CentOS and OS X.
As per chat with @leecow documentation does not need special approval to get merged.
skip ci please
* Update cli-prerequisites.md
* Responding to PR feedback
I've changed the Ubuntu reqs to be the same as CentOS pre-reqs just with the correct package names. This seems like a more sane thing to do.
* Update cli-prerequisites.md
It details the interactions between dotnet test, adapters and runners by describing the communication protocol between these pieces and the parameters that they support.