From 060bdd1415b2b6527ca9e4e284c7ad810f7830b6 Mon Sep 17 00:00:00 2001 From: leecow Date: Thu, 15 Sep 2016 17:33:41 -0700 Subject: [PATCH] Added 1.0.1 known issues file --- release-notes/1.0/1.0.1-known-issues.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 release-notes/1.0/1.0.1-known-issues.md diff --git a/release-notes/1.0/1.0.1-known-issues.md b/release-notes/1.0/1.0.1-known-issues.md new file mode 100644 index 00000000..9271adb3 --- /dev/null +++ b/release-notes/1.0/1.0.1-known-issues.md @@ -0,0 +1,10 @@ +# 1.0.1 Known Issues + +This document lists known issues for *.NET Core 1.0.1* and *.NET Core SDK 1.0.0 Preview 2 - 003131* which may be encountered. + +## macOS Sierra + +`dotnet` command not found after installing on a clean macOS Sierra system that previously did not have .NET Core SDK installed. + + +`ln -s /usr/local/share/dotnet/dotnet /usr/local/bin` will create the symbolic link in the correct location and `dotnet` should now work.