Where to download previous version of .net core sdk? -


we have project uses .net core sdk 1.0.0-preview2-003121.

currently, i'm setting ci server automatic builds. in server, i'm getting error because .net core sdk installed not same 1 in project.

error

preview2-003121 not installed or cannot found under path c:\program files\dotnet.

i did command line check dotnet --version , gave me 1.0.0-preview2-003131

where can download older versions of .net core sdk? have tried following links , give me latest version download

this article explains how install correct .net core version. hth. http://blog.stephencleary.com/2016/06/dotnet-netcore-versions.html

i able away following

  1. download 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. copy 1.0.0-preview2-003121 directory inside dotnet-dev-win-x64.1.0.0-preview2-003121.zip\sdk
  3. paste in c:\program files\dotnet\sdk

note: had newer sdk version installed(1.0.0-preview2-1-003177)

---update---

official download location https://github.com/dotnet/core/blob/master/release-notes/download-archive.md mentioned vinicius-paiva , manoj-attal.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -