Skip to content

Commit a672ad6

Browse files
Petermarcumairaw
authored andcommitted
Update windows-prerequisites.md (#4977)
* Update windows-prerequisites.md * feedback
1 parent 9d7b7d7 commit a672ad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/windows-prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prerequisites for .NET Core on Windows
33
description: Learn what dependencies you need on your Windows machine to develop and run .NET Core applications.
44
author: JRAlexander
55
ms.author: johalex
6-
ms.date: 03/02/2018
6+
ms.date: 04/24/2018
77
ms.topic: article
88
ms.prod: .net-core
99
ms.workload:
@@ -45,8 +45,8 @@ See [.NET Core 1.x Supported OS Versions](https://github.com/dotnet/core/blob/ma
4545
* Installing .NET Core via a *.zip* file. This can include build/CI/CD servers.
4646

4747
> [!NOTE]
48-
> *For Windows 7 and Windows Server 2008 machines only:*
49-
> Make sure that your Windows installation is up-to-date and includes hotfix [KB2533623](https://support.microsoft.com/help/2533623) installed through Windows Update.
48+
> *For Windows 8.1 and earlier versions, or Windows Server 2012 R2 and earlier versions:*
49+
> Make sure that your Windows installation is up-to-date and includes [KB2999226](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows) which can be installed through Windows Update. If you don't have this update installed, you'll see an error when you launch a .NET Core application like the following: `The program can't start because api-ms-win-crt-runtime-1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem.`.
5050
5151
## Prerequisites with Visual Studio 2017
5252

0 commit comments

Comments
 (0)