Open NatElkins opened 5 years ago
Right, this project needs to be updated to Bolero 0.5. In the meantime, it can only be compiled with dotnet 2.1; so you can do the following in the solution folder and then it will build:
dotnet new globaljson --sdk-version 2.1.500
Thank you! That did the trick.
git clone git@github.com:fsbolero/TodoMVC.git
cd TodoMVC
dotnet build
Fails with the following: