哪里可以下载以前版本的 .net core sdk? [英] Where to download previous version of .net core sdk?

查看:33
本文介绍了哪里可以下载以前版本的 .net core sdk?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有一个使用 .net core sdk 1.0.0-preview2-003121 的项目.

We have a project that uses .net core sdk 1.0.0-preview2-003121.

目前,我正在设置 CI 服务器来进行自动构建.在服务器中,我收到此错误是因为安装的 .net core sdk 与项目中的不同.

Currently, I'm setting up a CI server to do automatic builds. In the server, I'm getting this error because the .net core sdk that is installed is not the same as the one in the project.

错误

preview2-003121 未安装或在路径 C:Program Filesdotnet 下找不到.

我做了一个命令行检查 dotnet --version 它给了我 1.0.0-preview2-003131

I did a command line check dotnet --version and it gave me 1.0.0-preview2-003131

在哪里可以下载旧版本的 .net core sdk?我已经尝试了以下链接,他们为我提供了最新版本的下载

Where can I download older versions of the .net core sdk? I have tried the following links and they give me the latest version for the download

推荐答案

本文解释了如何安装正确的 .net 核心版本.哈.http://blog.stephencleary.com/2016/06/dotnet-netcore-versions.html

This article explains how to install the correct .net core version. HTH. http://blog.stephencleary.com/2016/06/dotnet-netcore-versions.html

我可以逃避关注

  1. 下载 https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/1.0.0-preview2-003121/dotnet-dev-win-x64.1.0.0-preview2-003121.zip
  2. 将 1.0.0-preview2-003121 目录复制到 dotnet-dev-win-x64.1.0.0-preview2-003121.zipsdk 内
  3. 粘贴到 C:Program Filesdotnetsdk

注意:我已经安装了较新的 sdk 版本(1.0.0-preview2-1-003177)

Note: I had newer sdk version already installed(1.0.0-preview2-1-003177)

---更新---

官方下载位置是 https://github.com/dotnet/core/blob/master/release-notes/download-archive.md 如 vinicius-paiva 和 manoj-attal 所述.

Official download location is https://github.com/dotnet/core/blob/master/release-notes/download-archive.md as mentioned by vinicius-paiva and manoj-attal.

这篇关于哪里可以下载以前版本的 .net core sdk?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆