-
Notifications
You must be signed in to change notification settings - Fork 5k
NET 7.0-preview.5: Compatibility question #71259
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
Comments
Tagging subscribers to this area: @dotnet/area-meta Issue DetailsHi, my question is about following error which I got after update .NET 7.0 from preview 4 to 5 on Ubuntu 16.04:
Surely, I have tested it on Ubuntu 18.04 and the issue is go out, but the question is still alive: was it conscious change or something was just updated by chance? On the other hand, .NET 7.0 should work only on Ubuntu 22.04 because that was written here: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#supported-distributions The Ubuntu release cycle page said that the end of standard support:
Does it mean that .NET 7.0 will be incompatible with 18.04 and 20.04 ? Could you please clarify the sutuation?
|
By the way, I found these: #68561, dotnet/core#7437, #69361 |
As dotnet/core#7513, 18.04 will still be supported by .NET 7.
It should be intentional to adopt new system features, as long as the lowest declared version which is 18.04 works properly. |
@ww898 With the updates in dotnet/core#7513, Ubuntu 18.04+ will be supported. I understood from your report that 18.04 was working as expected, but 16.04 was failing. I'll close the issue with that understanding, but please let me know if I misunderstood and we can reopen if 18.04 is not working for you. |
Hi,
my question is about following error which I got after update .NET 7.0 from preview 4 to 5 on Ubuntu 16.04:
Surely, I have tested it on Ubuntu 18.04 and the issue is go out, but the question is still alive: was it conscious change or something was just updated by chance?
On the other hand, .NET 7.0 should work only on Ubuntu 22.04 because that was written here: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#supported-distributions
The Ubuntu release cycle page said that the end of standard support:
Does it mean that .NET 7.0 will be incompatible with 18.04 and 20.04 ? Could you please clarify the sutuation?
The text was updated successfully, but these errors were encountered: