kriasoft / aspnet-starter-kit

Cross-platform web development with Visual Studio Code, C#, F#, JavaScript, ASP.NET Core, EF Core, React (ReactJS), Redux, Babel. Single-page application boilerplate.
https://twitter.com/dotnetreact
MIT License
1.16k stars 203 forks source link

need to delete global.json #39

Open joeaudette opened 7 years ago

joeaudette commented 7 years ago

Since the server project was updated to .csproj and the new sdk, currently when I try to use the dotnet run command it fails and reports project.json is missing. project.json is no longer used since the update to ,csproj and vs2017 tooling, but the global.son indicates that it needs the older sdk so dotnet run fails since the older sdk used project.json. I deleted the global.json file in my copy and now dotnet run command works as it should, in the absence of that file it uses the newest installed sdk .