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

查看:69
本文介绍了哪里可以下载.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核心sdk与项目中的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 Files\dotnet下找不到。

我做了一个命令行检查 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

  • https://github.com/dotnet/cli
  • https://www.microsoft.com/net/core#windows

推荐答案

本文介绍了如何安装正确的.net核心版本。 HTH。
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. 在dotnet-dev-win-x64.1.0.0-preview2-内部复制1.0.0-preview2-003121目录003121.zip\sdk

  3. 粘贴到C:\Program Files\dotnet\sdk

注意:我已经安装了较新的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天全站免登陆