1) Open Visual Studio Code
2) Open the project generated previously when the xx command was executed
3) Edit the the xxxxxx.csproj file
4) Change the <TargetFramework>netx.0</TargetFramework> to read the following
<TargetFramework>net9.0</TargetFramework> (Or use the net Framework that you currently have installed)
5) Click on the Terminal menu option, and select new terminal (Located at the top of the screen)
A new terminal window will now be displayed
6) Enter the following command in the terminal window
Code: Select all
dotnet build7) 6) Enter the following command in the terminal window
Code: Select all
dotnet run