Skip to content
Jan Karger edited this page Jun 13, 2019 · 6 revisions

Quick started for developers

  • Download the .NET Core 3.0.0 Preview 6 SDK from here
    • Make sure you only have this dotnet core 3.0 installed!
  • Make sure you have Visual Studio 2019 (Community Edition)
  • Clone the repository
  • Open the solution from the src directory in Visual Studio 2019
  • Rebuild and start... (you might need to rebuild 2x, because we use the very fresh hot dotnet core stuff)

What's in the box

  • .NET Core 3.0.0 Preview 6 support (why, read here )
  • Also targeting .Net 4.5, 4.6 and 4.7

NuGet

You can download the latest version from NuGet

Next : Usage

Clone this wiki locally