dotnet / dotnet/website-feedback

.NET Core 2.0 SDK download links are mixed up with .NET Core 2.1 SDK versions

Open
#350 3 comments 0 reactions 0 assignees View on GitHub
bug needs-triage
Dominant language
No language data
Stars
7
Forks
57
PR merge metrics
No merged PRs in 30d

Description

### Is there an existing issue for this?

- [x] I have searched the existing issues

### URL

https://dotnet.microsoft.com/en-us/download/dotnet/2.0

### Browser

Microsoft Edge - Version 132.0.2957.127 (Official build) (arm64)

### Description

Download page for .NET Core 2.0 SDK is linking downloads to .NET Core 2.1.

![Image](https://github.com/user-attachments/assets/6d2c4fbd-a085-4e17-bb86-f2442618b7e9)

![Image](https://github.com/user-attachments/assets/05959371-f872-4712-921e-a92157a3520d)

### Additional context

This is causing an issue with dependent services as 2.0 channel is returning incorrect downloads.

GitHub actions/setup-dotnet@v4 and actions/setup-dotnet@v3 are installing version 2.1, instead of 2.0, which might lead to a blocker if any action in a workflow requires the 2.0 SDK to be installed.

[Using dotnet-version: 2.0.x installs .NET 2.1.x instead of 2.0.x](https://github.com/actions/setup-dotnet/issues/597#issuecomment-2625042915)

I guess this issue will affect also Azure DevOps pipelines and other services depending on the source.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.