net6支持的windows版本

发布时间 2023-04-01 23:58:04作者: China Soft

微软官方文档:

https://learn.microsoft.com/zh-cn/dotnet/core/install/windows?tabs=net60

 

操作系统.NET 7.NET 6.NET Core 3.1
Windows 11 ✔️ ✔️ ✔️
Windows Server 2022 ✔️ ✔️ ✔️
Windows Server 版本 1903 或更高版本 ✔️ ✔️ ✔️
Windows 10 版本 1607 或更高版本 ✔️ ✔️ ✔️
Windows 8.1 ✔️ ✔️
Windows 7 SP1 ESU ✔️ ✔️
Windows Server 2019
Windows Server 2016
Windows Server 2012 R2
Windows Server 2012
✔️ ✔️  
Windows Server Core 2012 R2 ✔️ ✔️ ✔️
Windows Server Core 2012 ✔️ ✔️ ✔️
Nano Server 版本 1809+ ✔️ ✔️ ✔️
Nano Server 版本 1803 ✔️

.NET 6 支持下列 Windows 版本:
(OS)-------------------------------------Version-----------------------体系结构
Windows 11---------------------------21H2--------------------------x64、Arm64
Windows 10 客户端 -----------------1607±-----------------------x64、x86、Arm64
Windows 客户端----------------------7 SP1+、8.1---------------x64、x86
Windows Server----------------------2012±-----------------------x64、x86
Windows Server 核心---------------2012±-----------------------x64、x86
Nano Server---------------------------1809±-----------------------X64

如果要在以下 Windows 版本上安装 .NET SDK 或运行时,则需要其他依赖项:
WINDOWS 7 / VISTA / 8.1 / SERVER 2008 R2 / SERVER 2012 R2

操作系统 先决条件
Windows 7 SP1 ESU - Microsoft Visual C++ 2015-2019 Redistributable 64 位 / 32 位 - KB3063858 64 位 / 32 位 - Microsoft 根证书颁发机构 2011(仅限 .NET Core 2.1 脱机安装程序)
Windows Vista SP 2 Microsoft Visual C++ 2015-2019 Redistributable 64 位 / 32 位
Windows 8.1 Microsoft Visual C++ 2015-2019 Redistributable 64 位 / 32 位
Windows Server 2008 R2 Microsoft Visual C++ 2015-2019 Redistributable 64 位 / 32 位
Windows Server 2012 Microsoft Visual C++ 2015-2019 Redistributable 64 位 / 32 位
Windows Server 2012 R2 Microsoft Visual C++ 2015-2019 Redistributable 64 位 / 32 位
Microsoft Visual C++ 2015-2019 Redistributable 64 位 https://aka.ms/vs/16/release/vc_redist.x64.exe
Microsoft Visual C++ 2015-2019 Redistributable 32 位 href="https://aka.ms/vs/16/release/vc_redist.x86.exe

KB3063858 64 https://www.microsoft.com/download/details.aspx?id=47442
KB3063858 32 https://www.microsoft.com/download/details.aspx?id=47409

Microsoft 根证书颁发机构 2011 https://www.microsoft.com/pkiops/Docs/Repository.htm

如果收到与以下 dll 之一相关的错误,也需要满足上述要求:


api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-cor-timezone-l1-1-0.dll
hostfxr.dll
————————————————
版权声明:本文为CSDN博主「香煎三文鱼」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_39569480/article/details/127229526