From d577db7faf004f94721341de315c3eb39fae0824 Mon Sep 17 00:00:00 2001 From: Jacob Watson Date: Tue, 6 Jul 2021 17:28:29 -0400 Subject: [PATCH] FI-2369: Moving FLNC to .net standard 2.0 from 1.3 --- ...impress.FulfillmentLocationNetCore.IntegrationTests.csproj | 2 +- .../Cimpress.FulfillmentLocationNetCore.UnitTests.csproj | 2 +- .../Cimpress.FulfillmentLocationNetCore.csproj | 4 ++-- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cimpress.FulfillmentLocationNetCore.IntegrationTests/Cimpress.FulfillmentLocationNetCore.IntegrationTests.csproj b/Cimpress.FulfillmentLocationNetCore.IntegrationTests/Cimpress.FulfillmentLocationNetCore.IntegrationTests.csproj index 873f0ad..ca508f2 100644 --- a/Cimpress.FulfillmentLocationNetCore.IntegrationTests/Cimpress.FulfillmentLocationNetCore.IntegrationTests.csproj +++ b/Cimpress.FulfillmentLocationNetCore.IntegrationTests/Cimpress.FulfillmentLocationNetCore.IntegrationTests.csproj @@ -1,7 +1,7 @@  - netcoreapp1.0 + netcoreapp3.1 diff --git a/Cimpress.FulfillmentLocationNetCore.UnitTests/Cimpress.FulfillmentLocationNetCore.UnitTests.csproj b/Cimpress.FulfillmentLocationNetCore.UnitTests/Cimpress.FulfillmentLocationNetCore.UnitTests.csproj index abcbb3f..32f0b6e 100644 --- a/Cimpress.FulfillmentLocationNetCore.UnitTests/Cimpress.FulfillmentLocationNetCore.UnitTests.csproj +++ b/Cimpress.FulfillmentLocationNetCore.UnitTests/Cimpress.FulfillmentLocationNetCore.UnitTests.csproj @@ -5,7 +5,7 @@ - netcoreapp1.0 + netcoreapp3.1 library diff --git a/Cimpress.FulfillmentLocationNetCore/Cimpress.FulfillmentLocationNetCore.csproj b/Cimpress.FulfillmentLocationNetCore/Cimpress.FulfillmentLocationNetCore.csproj index 948e0a3..e7c7c87 100644 --- a/Cimpress.FulfillmentLocationNetCore/Cimpress.FulfillmentLocationNetCore.csproj +++ b/Cimpress.FulfillmentLocationNetCore/Cimpress.FulfillmentLocationNetCore.csproj @@ -1,9 +1,9 @@  - netstandard1.3 + netstandard2.0 True - 0.3.0 + 1.0.0 Trdelnik Squad <TrdelnikSquad@cimpress.com> Cimpress Fulfillment Location Client for .NET Core diff --git a/README.md b/README.md index 69ceadb..25a532e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A thin client library for Cimpress' Fulfillment Location service. -Target platform: .NET Standard 1.3 +Target platform: .NET Standard 2.0 ## Support