Skip to content
Steve Gordon edited this page Jan 11, 2017 · 14 revisions

Steps for .NET Core version Visit https://www.microsoft.com/net/download/core#/current and download the latest SDK for your platform - Currently 1.1 Install the SDK Open the AllReady Solution Clean the solution Perform a nuget package restore either through VS or if you prefer using dotnet restore Build and run the application

Possible issues In some cases; things can get a bit messed up in VS and even with a clean, things are left around. If you have any problems, try a fresh clean and then navigate to the project folder and delete the obj and bin folders manually. Then run a nuget restore and rebuild the solution.

Clone this wiki locally