From 721e96bb989d0ef4ca86d1553584e05fc80f7f3d Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 7 Apr 2017 21:05:14 +0200 Subject: [PATCH] Closes #525 We're fine with 5.0+ --- mono_envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono_envsetup.sh b/mono_envsetup.sh index d2f296183..465943f99 100644 --- a/mono_envsetup.sh +++ b/mono_envsetup.sh @@ -1,5 +1,5 @@ # Constants -MINIMUM_MONO_VERSION="5.1.0" # This is Mono version required for both compilation + usage, bump as needed +MINIMUM_MONO_VERSION="5.0.0" # This is Mono version required for both compilation + usage, bump as needed MINIMUM_NET_FRAMEWORK="4.6.1" # This should be equal to in ArchiSteamFarm.csproj, bump as needed MONO_DEBUG_ADD_IF_AVAILABLE() {