However, no matter what I do, I cannot get the program to run. I've installed both the .NET 6.0 and 8.0 SDKs and Runtimes I've reinstalled the VSCode Extensions multiple times (including the experimental versions) I manually went through all the files and changed 6.0 to 8.0
However, the following error appears, even after changing the dotnet path to the x64 installation location:
The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'restore' does not exist. * You intended to execute a .NET SDK command: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found
Official .NET downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
Learn how .NET automatically finds and chooses runtime versions for your program. Additionally, this article teaches you how to force a specific version.