From 050793d44c29dd7c28b5a99e001b27894e3813d4 Mon Sep 17 00:00:00 2001 From: grandsilence Date: Thu, 8 Nov 2018 16:46:29 +0300 Subject: [PATCH] Added target .NET Framework 4.5.2 (issue #12) --- Leaf.xNet.Tests/Leaf.xNet.Tests.csproj | 2 +- Leaf.xNet/Leaf.xNet.csproj | 4 ++-- appveyor.yml | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Leaf.xNet.Tests/Leaf.xNet.Tests.csproj b/Leaf.xNet.Tests/Leaf.xNet.Tests.csproj index 669ca41..78e5bcd 100644 --- a/Leaf.xNet.Tests/Leaf.xNet.Tests.csproj +++ b/Leaf.xNet.Tests/Leaf.xNet.Tests.csproj @@ -1,7 +1,7 @@  - net462;net471;net472;netcoreapp2.0;netcoreapp2.1 + net452;net462;net471;net472;netcoreapp2.0;netcoreapp2.1 false diff --git a/Leaf.xNet/Leaf.xNet.csproj b/Leaf.xNet/Leaf.xNet.csproj index 2eea6db..a9590aa 100644 --- a/Leaf.xNet/Leaf.xNet.csproj +++ b/Leaf.xNet/Leaf.xNet.csproj @@ -11,7 +11,7 @@ Properties Leaf.xNet Leaf.xNet - net462;net471;net472;netcoreapp2.0;netcoreapp2.1 + net452;net462;net471;net472;netcoreapp2.0;netcoreapp2.1 512 true Grand Silence @@ -48,7 +48,7 @@ net,http,socks,proxy,cloudflare https://raw.githubusercontent.com/csharp-leaf/Leaf.Core/master/Icons/icon-300.png 1591 - Improved xNet library for .NET Framework 4.6.2 - 4.7.2 & .NET Core 2.0-2.1 + Improved xNet library for .NET Framework 4.5.2, 4.6.2, 4.7.1, 4.7.2 & .NET Core 2.0-2.1 diff --git a/appveyor.yml b/appveyor.yml index 1765652..0f4eee3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,6 +28,8 @@ build: publish_nuget: true verbosity: minimal artifacts: +- path: Leaf.xNet\bin\Release\net452 + name: net452 - path: Leaf.xNet\bin\Release\net462 name: net462 - path: Leaf.xNet\bin\Release\net471 @@ -50,7 +52,7 @@ deploy: release: Leaf.xNet v$(appveyor_build_version) auth_token: secure: NQtMOO3yB309cDK/pFWRiQ== - artifact: net462;net471;net472;netcoreapp2.0;netcoreapp2.1 + artifact: net452;net462;net471;net472;netcoreapp2.0;netcoreapp2.1 on: branch: master only_commits: