❔ Problem with running console application on Linux
I installed dotnet on Linux through pacman (Manjaro) and when I try to launch my app on Rider, it show output (on screenshot). What did I do wrong?
5 Replies
Seems like you installed .net7 runtime/SDK, but your app is .net6
Bruh, if I installed .NET 7, it won't launch .NET 6 project, right?
You can make it do that by changing the roll-forward settings. Not something I'd necessarily recommend if you don't know much about it
Better to install the .net6 runtime(s) if you just want to run net6 apps
Ok, thank you!
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.