From 05c09a9a32448535b383d308f919dd99c7bb81ec Mon Sep 17 00:00:00 2001 From: Enrico Campidoglio Date: Tue, 24 Oct 2017 10:37:31 +0200 Subject: [PATCH] Drops support for .NET 4.5 in favor of 4.6 (#10) --- src/Cake.Curl.Tests/Cake.Curl.Tests.csproj | 6 +++--- src/Cake.Curl/Cake.Curl.csproj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Cake.Curl.Tests/Cake.Curl.Tests.csproj b/src/Cake.Curl.Tests/Cake.Curl.Tests.csproj index 4a41368..49bb005 100755 --- a/src/Cake.Curl.Tests/Cake.Curl.Tests.csproj +++ b/src/Cake.Curl.Tests/Cake.Curl.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp1.0;net452 + netcoreapp1.0;net46 portable Cake.Curl.Tests true @@ -20,11 +20,11 @@ - + $(DefineConstants);NETFX - + diff --git a/src/Cake.Curl/Cake.Curl.csproj b/src/Cake.Curl/Cake.Curl.csproj index 7942106..abf2f27 100755 --- a/src/Cake.Curl/Cake.Curl.csproj +++ b/src/Cake.Curl/Cake.Curl.csproj @@ -7,7 +7,7 @@ Cake.Curl is a cross-platform add-in for Cake that allows to transfer files to a remote URL using curl. Enrico Campidoglio - netstandard1.6;net45 + netstandard1.6;net46 portable true Cake.Curl @@ -24,7 +24,7 @@ - +