From 28dfeb026c4f6c186d1d64be85f403685c619419 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Tue, 15 Mar 2016 08:11:31 -0700 Subject: [PATCH] Update known-issues.md Removed the El Capitan section. Not needed anymore. skip ci please Fixes #1815 --- Documentation/known-issues.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Documentation/known-issues.md b/Documentation/known-issues.md index a5f8bb038..735164987 100644 --- a/Documentation/known-issues.md +++ b/Documentation/known-issues.md @@ -1,23 +1,6 @@ Known issues & workarounds ========================== -## El Capitan support -If you try to use the `dotnet` commands on El Capitan (OS X 10.11), you will encounter errors as it is not currently -fully supported for all scenarios. - -**Issues tracking this:** - -* [#498](https://github.com/dotnet/cli/issues/498) -* [#291](https://github.com/dotnet/cli/issues/291) - -**Affects:** most of the commands, but more than likely you will not be able to -use `dotnet compile` and `dotnet-run` on El Capitan. For others, there is a -workaround. - -**Workaround:** use the --runtime switch with the value of `osx.10.11-x64` in -`dotnet restore` and `dotnet publish` and you will be able to run your app from -the published directory. - ## Resolving the Standard library packages The StdLib package is on a MyGet feed. In order to restore it, a MyGet feed needs to be added to the NuGet feeds, either locally per application or in a central location.