Problem Troubleshooting when Install ASP.NET Core 1.1

Problem Troubleshooting when Install ASP.NET Core 1.1

ReviewCoreASPHosting.NET | Best and cheap ASP.NET Core 1.1 hosting. I was planning on playing with the latest .NET Core 1.1 preview recently, but I ran into a few issues getting it working on my Mac. As I suspected, this was entirely down to my mistakes and my machine's setup, but I'm documenting it here in case any one else runs into similar problem! Note that as of yesterday the RTM release of 1.1 is out, so while not strictly applicable, I would probably have run into the same problems! I've updated the post to reflect the latest version numbers.TL;DR; There were two issues I ran into. First, the global.json file I used specified an older version of the tooling. Second, I had an older version of the tooling installed that was, according to SemVer, newer than the version I had just installed! Installing ASP.NET Core 1.1 I began by downloading the .NET Core 1.1 installer for macOS from the downloads page, following the...
Read More