✅ switch .net version (Ubuntu)
Hello.
I installed .net 6 and 8 on ubuntu, all my projects use 6 now I slowly move to 8.
After installing 8 I can't seem to go back to 6, every time I run it, any projects use 8.
I tried a global.json but it still runs with .net 8 instead of old 6.
Without removing .net8 how can I run the solution with 6?
2 Replies
.NET 8 should be able tu run .NET 6 projects without issue
Any particular reason you want to run those projects with 6 specifically?
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View