I'm trying to install .NET Core on Ubuntu. I'd like a version that supports project.json (as I'm still using that).
I followed the steps here. https://www.microsoft.com/net/core#linuxubuntu
In particular, this:
sudo apt-get install dotnet-dev-1.0.1
That seems to give me a version that doesn't support project.json.
Is there an apt-get installable version of dotnet-dev that supports project.json?
Thanks! Ranj
project.jsonis dead; I'm not sure you'll be able to find support for it any more.