From 709e5be7ccaacdb74bd0c2d595d594e6a6aa8d2e Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Sun, 5 Apr 2020 03:11:45 +0800 Subject: [PATCH] Upgrade from .NET4.5 to .NET4.6 Because we might use dependencies soon that require this framework. And anyway these days the .NET world is mostly a hybrid between .NETStandard/.NETCore libs and .NET4.6 ones, not older than that. --- TLSharp.Core/TLSharp.Core.csproj | 3 ++- TLSharp.Tests.NUnit/TLSharp.Tests.NUnit.csproj | 3 ++- TLSharp.Tests.VS/TLSharp.Tests.VS.csproj | 3 ++- TLSharp.Tests/TLSharp.Tests.csproj | 3 ++- TeleSharp.Generator/App.config | 2 +- TeleSharp.Generator/TeleSharp.Generator.csproj | 3 ++- TeleSharp.TL/TeleSharp.TL.csproj | 3 ++- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/TLSharp.Core/TLSharp.Core.csproj b/TLSharp.Core/TLSharp.Core.csproj index c09f394..440dc55 100644 --- a/TLSharp.Core/TLSharp.Core.csproj +++ b/TLSharp.Core/TLSharp.Core.csproj @@ -9,8 +9,9 @@ Properties TLSharp.Core TLSharp.Core - v4.5 + v4.6 512 + true diff --git a/TLSharp.Tests.NUnit/TLSharp.Tests.NUnit.csproj b/TLSharp.Tests.NUnit/TLSharp.Tests.NUnit.csproj index e947f4e..4a8b98a 100644 --- a/TLSharp.Tests.NUnit/TLSharp.Tests.NUnit.csproj +++ b/TLSharp.Tests.NUnit/TLSharp.Tests.NUnit.csproj @@ -7,7 +7,8 @@ Library TLSharp.Tests.NUnit TLSharp.Tests.NUnit - v4.5 + v4.6 + true diff --git a/TLSharp.Tests.VS/TLSharp.Tests.VS.csproj b/TLSharp.Tests.VS/TLSharp.Tests.VS.csproj index a44fff4..a26efba 100644 --- a/TLSharp.Tests.VS/TLSharp.Tests.VS.csproj +++ b/TLSharp.Tests.VS/TLSharp.Tests.VS.csproj @@ -8,7 +8,7 @@ Properties TLSharp.Tests.VS TLSharp.Tests.VS - v4.5 + v4.6 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -16,6 +16,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest + true diff --git a/TLSharp.Tests/TLSharp.Tests.csproj b/TLSharp.Tests/TLSharp.Tests.csproj index e2277f1..383c6a9 100644 --- a/TLSharp.Tests/TLSharp.Tests.csproj +++ b/TLSharp.Tests/TLSharp.Tests.csproj @@ -9,8 +9,9 @@ Properties TLSharp.Tests TLSharp.Tests - v4.5 + v4.6 512 + true diff --git a/TeleSharp.Generator/App.config b/TeleSharp.Generator/App.config index 88fa402..8324aa6 100644 --- a/TeleSharp.Generator/App.config +++ b/TeleSharp.Generator/App.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/TeleSharp.Generator/TeleSharp.Generator.csproj b/TeleSharp.Generator/TeleSharp.Generator.csproj index 04dbaca..ec8fd85 100644 --- a/TeleSharp.Generator/TeleSharp.Generator.csproj +++ b/TeleSharp.Generator/TeleSharp.Generator.csproj @@ -9,9 +9,10 @@ Properties TeleSharp.Generator TeleSharp.Generator - v4.5 + v4.6 512 true + AnyCPU diff --git a/TeleSharp.TL/TeleSharp.TL.csproj b/TeleSharp.TL/TeleSharp.TL.csproj index 7c6b30c..86a2cd7 100644 --- a/TeleSharp.TL/TeleSharp.TL.csproj +++ b/TeleSharp.TL/TeleSharp.TL.csproj @@ -9,8 +9,9 @@ Properties TeleSharp.TL TeleSharp.TL - v4.5 + v4.6 512 + true