From ffb45eb2506cb6ecfa6596771f266ea95de0bb55 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 24 Apr 2020 06:07:54 -0300 Subject: [PATCH 1/2] Multiple targets --- Src/VTEX.API/VTEX.API.csproj | 2 +- Src/VTEX.Core/VTEX.Core.csproj | 2 +- Src/VTEX.Health/VTEX.Health.csproj | 2 +- Src/VTEX/VTEX.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Src/VTEX.API/VTEX.API.csproj b/Src/VTEX.API/VTEX.API.csproj index ea0e79e69..0d25206e6 100644 --- a/Src/VTEX.API/VTEX.API.csproj +++ b/Src/VTEX.API/VTEX.API.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.0;netstandard2.1 diff --git a/Src/VTEX.Core/VTEX.Core.csproj b/Src/VTEX.Core/VTEX.Core.csproj index ea0e79e69..0d25206e6 100644 --- a/Src/VTEX.Core/VTEX.Core.csproj +++ b/Src/VTEX.Core/VTEX.Core.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.0;netstandard2.1 diff --git a/Src/VTEX.Health/VTEX.Health.csproj b/Src/VTEX.Health/VTEX.Health.csproj index e128c1e46..3d54cca5e 100644 --- a/Src/VTEX.Health/VTEX.Health.csproj +++ b/Src/VTEX.Health/VTEX.Health.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.0;netstandard2.1 diff --git a/Src/VTEX/VTEX.csproj b/Src/VTEX/VTEX.csproj index 98b5cca33..03cbb2b34 100644 --- a/Src/VTEX/VTEX.csproj +++ b/Src/VTEX/VTEX.csproj @@ -2,7 +2,7 @@ D1E5B509-0934-4E15-B78D-D3A88AC8CB16 - netstandard2.1 + netstandard2.0;netstandard2.1 true Guilherme Branco Stracini © 2020 Guilherme Branco Stracini. All rights reserved. From 9c7f0904744b866665518a7eb51cfc84c5a65cb6 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 24 Apr 2020 06:12:58 -0300 Subject: [PATCH 2/2] .NET Standard 2.0 & 2.1 --- Src/VTEX.API/VTEX.API.csproj | 3 ++- Src/VTEX.Core/VTEX.Core.csproj | 3 ++- Src/VTEX.Health/VTEX.Health.csproj | 3 ++- Src/VTEX/VTEX.csproj | 3 ++- Src/VTEX/VTEX.csproj.DotSettings | 2 ++ Tests/VTEX.Tests/VTEX.Tests.csproj | 5 +++-- 6 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 Src/VTEX/VTEX.csproj.DotSettings diff --git a/Src/VTEX.API/VTEX.API.csproj b/Src/VTEX.API/VTEX.API.csproj index 0d25206e6..dcbc1e80a 100644 --- a/Src/VTEX.API/VTEX.API.csproj +++ b/Src/VTEX.API/VTEX.API.csproj @@ -2,10 +2,11 @@ netstandard2.0;netstandard2.1 + 8.0 - + diff --git a/Src/VTEX.Core/VTEX.Core.csproj b/Src/VTEX.Core/VTEX.Core.csproj index 0d25206e6..dcbc1e80a 100644 --- a/Src/VTEX.Core/VTEX.Core.csproj +++ b/Src/VTEX.Core/VTEX.Core.csproj @@ -2,10 +2,11 @@ netstandard2.0;netstandard2.1 + 8.0 - + diff --git a/Src/VTEX.Health/VTEX.Health.csproj b/Src/VTEX.Health/VTEX.Health.csproj index 3d54cca5e..187f51293 100644 --- a/Src/VTEX.Health/VTEX.Health.csproj +++ b/Src/VTEX.Health/VTEX.Health.csproj @@ -2,10 +2,11 @@ netstandard2.0;netstandard2.1 + 8.0 - + diff --git a/Src/VTEX/VTEX.csproj b/Src/VTEX/VTEX.csproj index 03cbb2b34..3964a56dc 100644 --- a/Src/VTEX/VTEX.csproj +++ b/Src/VTEX/VTEX.csproj @@ -16,12 +16,13 @@ 1.0.0 1.0.0.0 LICENSE + 8.0 - + diff --git a/Src/VTEX/VTEX.csproj.DotSettings b/Src/VTEX/VTEX.csproj.DotSettings new file mode 100644 index 000000000..b9fd6ee4f --- /dev/null +++ b/Src/VTEX/VTEX.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp80 \ No newline at end of file diff --git a/Tests/VTEX.Tests/VTEX.Tests.csproj b/Tests/VTEX.Tests/VTEX.Tests.csproj index 6cba4359d..73c14a9e2 100644 --- a/Tests/VTEX.Tests/VTEX.Tests.csproj +++ b/Tests/VTEX.Tests/VTEX.Tests.csproj @@ -4,14 +4,15 @@ 2FD2F4CE-DCAB-4F78-8A20-A22CD7F74CFB netcoreapp3.1 false + 8.0 - + runtime; build; native; contentfiles; analyzers all - +