-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Revise .NET version sections in README.md #52172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updated .NET version references in README.md to reflect the latest version changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the .NET version sections in README.md to align with the current development state of the repository, which is now targeting .NET 11. The changes remove references to older .NET versions (8 and 9) and add the .NET 11 NuGet feed configuration while maintaining .NET 10 for backward compatibility.
Key changes:
- Added .NET 11 NuGet feed configuration section
- Removed .NET 8 and .NET 9 NuGet feed sections
- Retained .NET 10 NuGet feed section as the previous version
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ViktorHofer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we link to https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md instead and delete the note and instructions here?
|
Ahh, looks like the nuget details were added over there yesterday. We already have a link to that page so maybe we can just delete this section entirely. |
Removed notes and examples for .NET SDK installers and Debian package dependencies. This information should be in dotnet/dotnet now.
Updated .NET version references in README.md to reflect the latest version changes.