Merge pull request #304 from leecow/master

Added more detail to Host Resolver issue
This commit is contained in:
Lee Coward 2016-10-24 14:33:59 -07:00 committed by GitHub
commit 6de39b3f6c

View file

@ -4,7 +4,7 @@ This document lists known issues for *.NET Core 1.1.0 Preview 1* and *.NET Core
## Previous versions of the Host Resolver are removed
Everything about .NET Core is designed to be side-by-side but there is an issue with the Preview 1 installers which removes previous versions of the Host Resolver (dotnet/host/fxr). The Preview 1 version is compatible with previous releases and you should see no changes in behavior. This will be fixed for the final 1.1.0 release.
Everything about .NET Core is designed to be side-by-side but there is an issue with the Preview 1 installers which removes previous versions of the Host Resolver (dotnet/host/fxr). The Preview 1 version is compatible with previous releases and you should see no changes in behavior with Preview 1 installed. However, if 1.1 is uninstalled the Host Resolver will be removed and dotnet commands will fail. Re-installing the latest released [.NET Core SDK](https://www.microsoft.com/net/download) will resolve the issue.
## Visual Studio unable to find the SDK