I have .NET 6 and .NET 7 on my Ubuntu system. When I try to execute a test in Rider it says dotnet 6 isn't installed. But it is. If I run dotnet --list-runtimes
it shows only .NET 7.
Asked
Active
Viewed 57 times
0

devlord
- 4,054
- 4
- 37
- 55
-
1That would be better asked on askubuntu.com. Please don't use pictures of text though, copy'n'paste the text instead. Also, read their site guidelines before posting there. – Ulrich Eckhardt Nov 21 '22 at 21:05
1 Answers
1
Looks like you have only runtime for .NET 6, but not Framework .NET 6. Building Apps and running tests needs framework too.

User
- 96
- 7