I have VisualStudio Code, downloaded netcore sdk 3 preview (i also have 2.0.2 installed) . I have created a directory on my local machine to start launching a project
Opened up the Terminal inside VSCode, cd to the directory i want to start a project in. typed "dotnet new" at the command line . It gave me all the options and template information . Typed "dotnet restore" at the command line inside my directory (to acquire
the dependencies and such) . Error = MSBuild : error MSB1003: Specify a project or solution file. the current working directory does not contain project or solution file.
I even try doing this (i'm on windows 7) on my Command Prompt console. Same result.
??
Ned