Skip to content

Commit a399a0d

Browse files
jamsheddadegeo
andauthored
Adding Server 2012 to list of supported platforms (#25013)
* Update windows.md * Add Server 2012 to the support matrix for 3.1, 5.0 * Updated pre-reqs to include Server 2012 * Fixes to supported OS * Update docs/core/install/windows.md Co-authored-by: Andy (Steve) De George <[email protected]>
1 parent 282a614 commit a399a0d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/core/install/windows.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ Windows 10 versions end-of-service dates are segmented by edition. Only **Home**
4242
| Windows 10, Version 1607 | ✔️ | ✔️ | ✔️ |
4343
| Windows 8.1 | ✔️ | ✔️ | ✔️ |
4444
| Windows 7 SP1 [ESU][esu] | ✔️ | ✔️ | ✔️ |
45-
| Windows Server 2019<br>Windows Server 2016<br>Windows Server 2012 R2<br> | ✔️ | ✔️ | ✔️ |
45+
| Windows Server 2019<br>Windows Server 2016<br>Windows Server 2012 R2<br>Windows Server 2012| ✔️ | ✔️ | ✔️ |
4646
| Windows Server Core 2012 R2 | ✔️ | ✔️ | ✔️ |
47+
| Windows Server Core 2012 | ✔️ | ✔️ | ✔️ |
4748
| Nano Server, Version 1809+ | ✔️ | ✔️ | ✔️ |
4849
| Nano Server, Version 1803 | ✔️ | ✔️ ||
4950

@@ -93,8 +94,8 @@ The following Windows versions are supported with .NET 5.0:
9394
|---------------------|---------------|-----------------|
9495
| Windows 10 Client | Version 1607+ | x64, x86, ARM64 |
9596
| Windows Client | 7 SP1+, 8.1 | x64, x86 |
96-
| Windows Server | 2012 R2+ | x64, x86 |
97-
| Windows Server Core | 2012 R2+ | x64, x86 |
97+
| Windows Server | 2012+ | x64, x86 |
98+
| Windows Server Core | 2012+ | x64, x86 |
9899
| Nano Server | Version 1809+ | x64 |
99100

100101
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).
@@ -110,7 +111,7 @@ The following Windows versions are supported with .NET Core 3.1:
110111
| ----------------------------- | ------------------------------ | --------------- |
111112
| Windows Client | 7 SP1+, 8.1 | x64, x86 |
112113
| Windows 10 Client | Version 1607+ | x64, x86 |
113-
| Windows Server | 2012 R2+ | x64, x86 |
114+
| Windows Server | 2012+ | x64, x86 |
114115
| Nano Server | Version 1803+ | x64, ARM32 |
115116

116117
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).
@@ -193,6 +194,7 @@ More dependencies are required if you're installing the .NET SDK or runtime on t
193194
| Windows Vista SP 2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
194195
| Windows 8.1 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
195196
| Windows Server 2008 R2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
197+
| Windows Server 2012 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
196198
| Windows Server 2012 R2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
197199

198200
The previous requirements are also required if you receive an error related to either of the following dlls:

0 commit comments

Comments
 (0)