Update install.md to reference NET 8 - #1744
Conversation
dscho
left a comment
There was a problem hiding this comment.
Does this leave some ancient CentOS systems behind?
I have no idea. I just know that I tried to follow the install instructions for .NET 7 and it said I needed .NET 8. So I'm updating the instructions |
It would be good if you could do the research lest you break other people's scenarios in an attempt to fix your own. |
|
And if you want to avoid doing the necessary work, you could always change the suggestion to ".NET 7.0 or later". |
|
The .NET 8 runtime is indeed required for the .NET tool, so this documentation update is correct. CentOS 7 and 8 are now out of support, and also not supported by .NET 8. Those users should be moving to CentOS Stream, which we and .NET 8 both support. |
I just tried to run the
dotnet tool install -g git-credential-managercommand and it failed because I did not have .NET 8 installed. So updating the docs.