Windows Server 2008 R2 / Windows Server 2012 R2 安装 .NET Core 3.1
2021/9/2 7:06:10
本文主要是介绍Windows Server 2008 R2 / Windows Server 2012 R2 安装 .NET Core 3.1,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
==================================================================================
《Windows Server 2008 R2 安装 .NET Core 3.1 》
①升级为SP1
windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe
②安装补丁及环境
VC_redist.x64.exe
dotnet-sdk-3.1.412-win-x64.exe
aspnetcore-runtime-3.1.18-win-x64.exe
windowsdesktop-runtime-3.1.18-win-x64.exe
dotnet-runtime-3.1.18-win-x64.exe
Windows6.1-KB2533623-x64.msu
引用:https://www.cnblogs.com/zoro-zero/p/14303205.html
升级补丁下载:https://www.catalog.update.microsoft.com/Search.aspx
==================================================================================
《Windows Server 2012 R2 安装 .NET Core 3.1 》
安装说明
这些 KB 必须按以下顺序安装:
KB2999226(提示不支持的可不装)
KB2919442,
clearcompressionflag.exe、
KB2919355、
KB2932046、
KB2959977、
KB2937592、
KB2938439、
KB2934018。
VC_redist.x64.exe
(KB2919442 是 Windows Server 2012 R2 更新的先决条件,应在尝试安装 KB2919355 之前安装)
引用:https://longsheng.org/post/18631.html
==================================================================================
所有补丁及程序:
链接:https://pan.baidu.com/s/1iX3lzI9Qu36VRTsc2-QNkg
提取码:3iv3
这篇关于Windows Server 2008 R2 / Windows Server 2012 R2 安装 .NET Core 3.1的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2022-03-01沐雪多租宝商城源码从.NetCore3.1升级到.Net6的步骤
- 2024-11-15C#中怎么从PEM格式的证书中提取公钥?-icode9专业技术文章分享
- 2024-11-14云架构设计——如何用diagrams.net绘制专业的AWS架构图?
- 2024-05-08首个适配Visual Studio平台的国产智能编程助手CodeGeeX正式上线!C#程序员必备效率神器!
- 2024-03-30C#设计模式之十六迭代器模式(Iterator Pattern)【行为型】
- 2024-03-29c# datetime tryparse
- 2024-02-21list find index c#
- 2024-01-24convert toint32 c#
- 2024-01-24Advanced .Net Debugging 1:你必须知道的调试工具
- 2024-01-24.NET集成IdGenerator生成分布式全局唯一ID