0

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.

Boring console stuff

devlord
  • 4,054
  • 4
  • 37
  • 55
  • 1
    That 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 Answers1

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