This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Description
I'm trying to follow the directions on the README.md file without success. The steps I'm following are:
- Clone the repo
- Run
dotnet restore at the repo root dir
- Go to sample (cd templates/Angular2Spa)
- Restore NPM dependencies (run
npm install)
- Launch (
dotnet run)
However, on step 2 (dotnet restore at root) I'm getting the following Unable to resolve errors:

I'm running version 3180 of dotnet (in Windows):

Thanks in advance!