You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
| Windows 10 Client | Version 1607+ | x64, x86, ARM64 |
95
96
| 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 |
98
99
| Nano Server | Version 1809+ | x64 |
99
100
100
101
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:
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
193
194
| Windows Vista SP 2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32]|
194
195
| Windows 8.1 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32]|
195
196
| 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]|
196
198
| Windows Server 2012 R2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32]|
197
199
198
200
The previous requirements are also required if you receive an error related to either of the following dlls:
0 commit comments