Crafted for mentoring at Meritis Microsoft group.
But that will be a pleasure if it could have been used for anyone feeling the need to use it.
You must use Visual Studio 2019 because of the use of .Net Core 3.0 and NetStandard 2.1. Use have two options.
- The first one (and the simplest on) is to use the version 16.3.1 of Visual Studio.
- The second on is if any reason you want to keep a version between 16.0.0 and 16.3.0, you must install the .Netcore 3 SDK release candidate 1. In this case, yyou must allow visual studio to use SDK preview.
You find here the link for the package/SDK download: https://dotnet.microsoft.com/download/dotnet-core/3.0
This repository contains a folder named Nuget. You must copy/paste him into your local nuget folder. If you don't have one you must set one using visual Studio.
- from Tools menu go to Nuget package manager and then parameter,
- choose Package source sub menu,
- create your local repository.
You can copy the nuget package pointed by the Koans solution.