Revise .NET version sections in README.md#52172
Conversation
Updated .NET version references in README.md to reflect the latest version changes.
There was a problem hiding this comment.
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 <[email protected]>
ViktorHofer
left a comment
There was a problem hiding this comment.
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.