2
I’m having trouble executing a project in visual code!
Follow the installation step of github : github.com/aspnet/home#upgrading-dnvm-or-running-without-visual-studio
CMD
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString(raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
I checked the path then typed the dnvm upgrade command got this working right but I can’t run any project on the command line
then created in the c: temp VS DNX folder and put two files one test.Cs and the other is project.json
You solved John?
– durtto