From 2c0eaf26c0fae735edcbc0d1650d9a57bb6ddf0c Mon Sep 17 00:00:00 2001 From: ClxS Date: Fri, 30 Sep 2016 19:16:16 +0100 Subject: Reverted to .net 4.5 - There was already quite a lot of trouble with people not having 4.5 installed before, I want to avoid that. --- src/TrainerMod/TrainerMod.csproj | 2 +- src/TrainerMod/packages.config | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/TrainerMod') diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj index 6de2a20d..fd0a885d 100644 --- a/src/TrainerMod/TrainerMod.csproj +++ b/src/TrainerMod/TrainerMod.csproj @@ -9,7 +9,7 @@ Properties TrainerMod TrainerMod - v4.6.1 + v4.5 512 diff --git a/src/TrainerMod/packages.config b/src/TrainerMod/packages.config index c064c58d..adc92baf 100644 --- a/src/TrainerMod/packages.config +++ b/src/TrainerMod/packages.config @@ -1,5 +1,4 @@  - \ No newline at end of file -- cgit