下载官方的msi安装包 official MSI installer双击安装就可以了。

默认会安装到C:\Program Files\dotnet\目录下,如果找不到可以用命令

where dotnet查看,或者查看环境变量path

.Net Core CLI windows安装

官方文档说:

如果你使用的是win7,win8或者windows server2012,你还需要安装

Visual C++ Redistributable for Visual Studio 2012 Update 4Visual C++ Redistributable for Visual Studio 2015

我装过vs2015,这两个包都有了(第一个包不是update4的版本,但也成功了),如果没有的请注意安装。

参考资料:

http://dotnet.github.io/getting-started/

相关文章:

  • 2022-12-23
  • 2021-05-18
  • 2021-06-14
  • 2021-08-21
  • 2022-12-23
  • 2021-08-10
  • 2022-01-04
  • 2022-02-19
猜你喜欢
  • 2021-11-24
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-07-14
相关资源
相似解决方案