From 9c7f0904744b866665518a7eb51cfc84c5a65cb6 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 24 Apr 2020 06:12:58 -0300 Subject: [PATCH] .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 - +