From 193f9e2e1f9e8c42ca61d653569e8756b841b0e5 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Tue, 28 Apr 2020 15:22:07 +0200 Subject: [PATCH] Docs: explicitly mention .NET Core SDK 3.1.1 as requirement --- docs/content/Build.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/Build.md b/docs/content/Build.md index 00f4e7fe..b4638236 100644 --- a/docs/content/Build.md +++ b/docs/content/Build.md @@ -5,6 +5,11 @@ If you do not want to use the official binaries, or if you like to modify, debug or contribute, you can compile locally either using Visual Studio or manually with the build scripts. +System Requirements +------------------- + +* .NET Core SDK 3.1.1 ([download](https://dotnet.microsoft.com/download/dotnet-core/3.1)) + VisualStudio or Xamarin Studio ------------------------------