- ✔️ Cool design
- ✔️ Great developers 💪
- ❌ Vebjørn 😍
- ❌ Anything working at all
This project is based on the new .NET Standard (v2.0), which is a set of APIs that all .NET platforms have to implement, it is currently supported by the .NET Framework, .NET Core and Xamarin for .NET Core.
- .NET Core 2.0 SDK
- Visual Studio 2017 v15.3+
- VS2017 Tools for Xamarin
For building the project use the CAKE bootstrappers included in the project, these scripts builds every project in the solution and runs the Unit tests.
For cleaning the project:
$ .\build.ps1 -Target Clean
For building and running Unit Tests:
$ .\build.ps1