zoukankan      html  css  js  c++  java
  • 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 之前安装)

     dotnet-sdk-3.1.412-win-x64.exe

    引用:https://longsheng.org/post/18631.html

    ==================================================================================

    所有补丁及程序:

    链接:https://pan.baidu.com/s/1iX3lzI9Qu36VRTsc2-QNkg
    提取码:3iv3

  • 相关阅读:
    VS2019正式版 密钥 Visual Studio 2019 破解 激活码 Key
    关于随机数的前世今生
    木兮的纪中集训感想
    浅谈欧洲算法——模拟退火
    你没听过的梅森旋转算法
    二分贪心杂题
    DP专项训练
    实验八 进程间通信
    实验七 信号
    实验六 进程基础
  • 原文地址:https://www.cnblogs.com/wx881208/p/15216111.html
Copyright © 2011-2022 走看看