-
|
I checked but it is .net 8. |
Beta Was this translation helpful? Give feedback.
Answered by
am11
Nov 19, 2025
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Officially, the minimum supported Ubuntu version for .NET 10 is 22.04 per https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md#linux. You maybe able to build with 20.04 or 18.04, but I think 16.04 may not be possible due to outdated dependencies. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Jozhden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Officially, the minimum supported Ubuntu version for .NET 10 is 22.04 per https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md#linux. You maybe able to build with 20.04 or 18.04, but I think 16.04 may not be possible due to outdated dependencies.