From b129e655f8182d4b39b59939aeffa5adbe618dd5 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Fri, 21 Oct 2016 23:43:53 +0800 Subject: [PATCH] build: switch to lower framework version (4.5.2 -> 4.5) This change is good because: a) It's better to target a lower target framework version if the project doesn't necessarily depend on the new features of the newer versions (so, bigger target audience). b) It lets compile the project with implementations of the .NET Framework that are not compatible with 4.5.2. For example, after this change I can successfully build TLSharp with the Mono v4.2.1 that comes in my Ubuntu Linux 16.04.1. --- README.md | 2 +- TLSharp.Core/TLSharp.Core.csproj | 2 +- TeleSharp.Generator/TeleSharp.Generator.csproj | 2 +- TeleSharp.TL/TeleSharp.TL.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b68f9f..b47b54d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Library _almost_ ready for production usage. We need contributors to make 1.0.0 To use TLSharp follow next steps: 1. Clone TLSharp from GitHub -1. Compile source with VS2015 +1. Compile source with VS2015 or MonoDevelop 1. Add reference to ```TLSharp.Core.dll``` to your awesome project. # Dependencies diff --git a/TLSharp.Core/TLSharp.Core.csproj b/TLSharp.Core/TLSharp.Core.csproj index de604d1..792a7bb 100644 --- a/TLSharp.Core/TLSharp.Core.csproj +++ b/TLSharp.Core/TLSharp.Core.csproj @@ -9,7 +9,7 @@ Properties TLSharp.Core TLSharp.Core - v4.5.2 + v4.5 512 diff --git a/TeleSharp.Generator/TeleSharp.Generator.csproj b/TeleSharp.Generator/TeleSharp.Generator.csproj index c386fa6..94f3e9b 100644 --- a/TeleSharp.Generator/TeleSharp.Generator.csproj +++ b/TeleSharp.Generator/TeleSharp.Generator.csproj @@ -9,7 +9,7 @@ Properties TeleSharp.Generator TeleSharp.Generator - v4.5.2 + v4.5 512 true diff --git a/TeleSharp.TL/TeleSharp.TL.csproj b/TeleSharp.TL/TeleSharp.TL.csproj index 46e2a18..a6da831 100644 --- a/TeleSharp.TL/TeleSharp.TL.csproj +++ b/TeleSharp.TL/TeleSharp.TL.csproj @@ -9,7 +9,7 @@ Properties TeleSharp.TL TeleSharp.TL - v4.5.2 + v4.5 512