From c9ac538e35ab668c2f7f13895bec7db302fefe5e Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Mon, 14 Sep 2020 14:18:54 -0700 Subject: [PATCH] add missing version --- docs/core/install/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index 65406dd13ddb7..834afe10ea9c4 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -91,7 +91,7 @@ The following Windows versions are supported with .NET Core 3.1: | OS | Version | Architectures | | ----------------------------- | ------------------------------ | --------------- | -| Windows Client | 8.1 | x64, x86 | +| Windows Client | 7 SP1+, 8.1 | x64, x86 | | Windows 10 Client | Version 1609+ | x64, x86 | | Windows Server | 2012 R2+ | x64, x86 | | Nano Server | Version 1803+ | x64, ARM32 |