From cc28fba7007e7e74735a00343f800bee4ace69db Mon Sep 17 00:00:00 2001 From: Shadi Namrouti Date: Tue, 19 Mar 2019 21:28:19 +0200 Subject: [PATCH] Update troubleshoot.md (#11547) * Update troubleshoot.md * Update aspnetcore/test/troubleshoot.md Co-Authored-By: shadinamrouti --- aspnetcore/test/troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/test/troubleshoot.md b/aspnetcore/test/troubleshoot.md index 590f3fb875..dc3e817871 100644 --- a/aspnetcore/test/troubleshoot.md +++ b/aspnetcore/test/troubleshoot.md @@ -47,7 +47,7 @@ In the **New Project** dialog for ASP.NET Core, you may see the following warnin You see this message when you have at least one installation of the .NET Core SDK in a directory outside of *C:\\Program Files\\dotnet\\sdk\\*. Usually this happens when the .NET Core SDK has been deployed on a machine using copy/paste instead of the MSI installer. -Uninstall the 32-bit .NET Core SDK to prevent this warning. Uninstall from **Control Panel** > **Programs and Features** > **Uninstall or change a program**. If you understand why the warning occurs and its implications, you can ignore the warning. +Uninstall all 32-bit .NET Core SDKs and runtimes to prevent this warning. Uninstall from **Control Panel** > **Programs and Features** > **Uninstall or change a program**. If you understand why the warning occurs and its implications, you can ignore the warning. ### No .NET Core SDKs were detected