Update README to point SDK installer link to dotnet/dotnet repository#48821
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the README to point users to the new SDK installer link in the dotnet/dotnet repository.
- Removed the outdated link to the .NET SDK latest builds table.
- Introduced a new link with updated instructions for installing the SDK.
| - [Official builds](https://dotnet.microsoft.com/download/dotnet) | ||
| - [**.NET SDK latest builds table**](documentation/package-table.md) | ||
| - For the latest SDK installers and installation instructions, see the [Installing the SDK section of the dotnet/dotnet repository](https://github.com/dotnet/dotnet#installing-the-sdk) |
There was a problem hiding this comment.
[nitpick] Consider retaining a consistent bullet point format to match the surrounding list items for improved readability and consistency.
|
Please hold merging this PR until .NET 10 Preview 5 becomes the active preview version. |
|
This seems somewhat related to #48801 but does not clarify the daily builds table itself. |
|
|
||
| - [Official builds](https://dotnet.microsoft.com/download/dotnet) | ||
| - [**.NET SDK latest builds table**](documentation/package-table.md) | ||
| - For the latest SDK installers and installation instructions, see the [Installing the SDK section of the dotnet/dotnet repository](https://github.com/dotnet/dotnet#installing-the-sdk) |
There was a problem hiding this comment.
I'd probably go straight to the build table as that's what this did before so just keep it simple like this:
.NET SDK latest builds table
|
@v-wuzhai We have forked for p5. Can you prepare the PR to the dotnet/dotnet repo for preview 5 and in this PR, can you remove the package-table.md (and double check if we have any other links to it from elsewhere)? Thanks. |
…pdate-readme-sdk-install-link
Thanks for the reminder! I’ve made the following updates:
|
|
@ViktorHofer @marcpopMSFT Could you help merge this? I don’t have permission. |
|
The previous table also listed 9.0.3xx builds but the new table at https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md doesn't. |
|
@KalleOlaviNiemitalo Because a stable release corresponding to the 9.0.3xx build is already available. |
|
To add additional information to v-wuzhai's response, we used to keep the in-support versions on the table but this would cause confusion with customers as the public versions would be missing changes from a bunch of upstream repos that customers expected. A few years ago, we changed that and decided to only keep the active branches. |
No description provided.