From dc4d3afcd9fa61aa3b9612a512feebcd52182405 Mon Sep 17 00:00:00 2001 From: Jamshed Damkewala Date: Thu, 1 Jul 2021 17:42:43 -0700 Subject: [PATCH 1/5] Update windows.md --- docs/core/install/windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index 7337a9a9bf50b..50bdefd4af0c9 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -44,6 +44,7 @@ Windows 10 versions end-of-service dates are segmented by edition. Only **Home** | Windows 7 SP1 [ESU][esu] | ✔️ | ✔️ | ✔️ | | Windows Server 2019
Windows Server 2016
Windows Server 2012 R2
| ✔️ | ✔️ | ✔️ | | Windows Server Core 2012 R2 | ✔️ | ✔️ | ✔️ | +| Windows Server Core 2012 | ✔️ | ✔️ | ✔️ | | Nano Server, Version 1809+ | ✔️ | ✔️ | ✔️ | | Nano Server, Version 1803 | ✔️ | ✔️ | ❌ | From 6d355e0a06177984777735449b9e2f718cfbaeef Mon Sep 17 00:00:00 2001 From: Jamshed Damkewala Date: Tue, 6 Jul 2021 17:07:44 -0700 Subject: [PATCH 2/5] Add Server 2012 to the support matrix for 3.1, 5.0 --- docs/core/install/windows.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index 50bdefd4af0c9..822399b6e8c41 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -42,7 +42,7 @@ Windows 10 versions end-of-service dates are segmented by edition. Only **Home** | Windows 10, Version 1607 | ✔️ | ✔️ | ✔️ | | Windows 8.1 | ✔️ | ✔️ | ✔️ | | Windows 7 SP1 [ESU][esu] | ✔️ | ✔️ | ✔️ | -| Windows Server 2019
Windows Server 2016
Windows Server 2012 R2
| ✔️ | ✔️ | ✔️ | +| Windows Server 2019
Windows Server 2016
Windows Server 2012 R2
Windows Server 2012| ✔️ | ✔️ | ✔️ | | Windows Server Core 2012 R2 | ✔️ | ✔️ | ✔️ | | Windows Server Core 2012 | ✔️ | ✔️ | ✔️ | | Nano Server, Version 1809+ | ✔️ | ✔️ | ✔️ | @@ -94,8 +94,8 @@ The following Windows versions are supported with .NET 5.0: |---------------------|---------------|-----------------| | Windows 10 Client | Version 1607+ | x64, x86, ARM64 | | Windows Client | 7 SP1+, 8.1 | x64, x86 | -| Windows Server | 2012 R2+ | x64, x86 | -| Windows Server Core | 2012 R2+ | x64, x86 | +| Windows Server | 2012 R2 | x64, x86 | +| Windows Server Core | 2012 R2 | x64, x86 | | Nano Server | Version 1809+ | x64 | For more information about .NET 5.0 supported operating systems, distributions, and lifecycle policy, see [.NET 5.0 Supported OS Versions](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md). @@ -111,7 +111,7 @@ The following Windows versions are supported with .NET Core 3.1: | ----------------------------- | ------------------------------ | --------------- | | Windows Client | 7 SP1+, 8.1 | x64, x86 | | Windows 10 Client | Version 1607+ | x64, x86 | -| Windows Server | 2012 R2+ | x64, x86 | +| Windows Server | 2012 R2 | x64, x86 | | Nano Server | Version 1803+ | x64, ARM32 | For more information about .NET Core 3.1 supported operating systems, distributions, and lifecycle policy, see [.NET Core 3.1 Supported OS Versions](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1-supported-os.md). From e757a1bb85ede6085f7af94629eca9768a9b7597 Mon Sep 17 00:00:00 2001 From: Jamshed Damkewala Date: Tue, 6 Jul 2021 17:09:56 -0700 Subject: [PATCH 3/5] Updated pre-reqs to include Server 2012 --- docs/core/install/windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index 822399b6e8c41..67705f2559e65 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -194,6 +194,7 @@ More dependencies are required if you're installing the .NET SDK or runtime on t | Windows Vista SP 2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] | | Windows 8.1 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] | | Windows Server 2008 R2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] | +| Windows Server 2012 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] | | Windows Server 2012 R2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] | The previous requirements are also required if you receive an error related to either of the following dlls: From 30a6261d630762472c0536a14cb83e340a532ee4 Mon Sep 17 00:00:00 2001 From: Jamshed Damkewala Date: Tue, 6 Jul 2021 17:12:52 -0700 Subject: [PATCH 4/5] Fixes to supported OS --- docs/core/install/windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index 67705f2559e65..c5a4f0934ba23 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -94,8 +94,8 @@ The following Windows versions are supported with .NET 5.0: |---------------------|---------------|-----------------| | Windows 10 Client | Version 1607+ | x64, x86, ARM64 | | Windows Client | 7 SP1+, 8.1 | x64, x86 | -| Windows Server | 2012 R2 | x64, x86 | -| Windows Server Core | 2012 R2 | x64, x86 | +| Windows Server | 2012 + | x64, x86 | +| Windows Server Core | 2012 + | x64, x86 | | Nano Server | Version 1809+ | x64 | For more information about .NET 5.0 supported operating systems, distributions, and lifecycle policy, see [.NET 5.0 Supported OS Versions](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md). @@ -111,7 +111,7 @@ The following Windows versions are supported with .NET Core 3.1: | ----------------------------- | ------------------------------ | --------------- | | Windows Client | 7 SP1+, 8.1 | x64, x86 | | Windows 10 Client | Version 1607+ | x64, x86 | -| Windows Server | 2012 R2 | x64, x86 | +| Windows Server | 2012+ | x64, x86 | | Nano Server | Version 1803+ | x64, ARM32 | For more information about .NET Core 3.1 supported operating systems, distributions, and lifecycle policy, see [.NET Core 3.1 Supported OS Versions](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1-supported-os.md). From 0259f7e28b288dd81cf660461c49c7c14592f042 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Wed, 7 Jul 2021 07:52:27 -0700 Subject: [PATCH 5/5] Update docs/core/install/windows.md --- docs/core/install/windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index c5a4f0934ba23..4203258cab8e5 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -94,8 +94,8 @@ The following Windows versions are supported with .NET 5.0: |---------------------|---------------|-----------------| | Windows 10 Client | Version 1607+ | x64, x86, ARM64 | | Windows Client | 7 SP1+, 8.1 | x64, x86 | -| Windows Server | 2012 + | x64, x86 | -| Windows Server Core | 2012 + | x64, x86 | +| Windows Server | 2012+ | x64, x86 | +| Windows Server Core | 2012+ | x64, x86 | | Nano Server | Version 1809+ | x64 | For more information about .NET 5.0 supported operating systems, distributions, and lifecycle policy, see [.NET 5.0 Supported OS Versions](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md).