From 75a0bd4b9842c247025b8c4c589cdc8af027b496 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Dec 2018 15:37:46 -0600 Subject: [PATCH] fix dotnet proj targets and nuget vers ref #636 --- src/FilterLists.Agent/FilterLists.Agent.csproj | 10 +++++----- src/FilterLists.Api/FilterLists.Api.csproj | 4 ++-- src/FilterLists.Web/FilterLists.Web.csproj | 4 ++-- .../FilterLists.Data.Tests.csproj | 4 ++-- .../FilterLists.Services.Tests.csproj | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/FilterLists.Agent/FilterLists.Agent.csproj b/src/FilterLists.Agent/FilterLists.Agent.csproj index b1c5d2c77..ff82ab1b9 100644 --- a/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp2.2 true latest ubuntu.18.04-x64 @@ -22,10 +22,10 @@ - - - - + + + + diff --git a/src/FilterLists.Api/FilterLists.Api.csproj b/src/FilterLists.Api/FilterLists.Api.csproj index fa985d570..eabdbee80 100644 --- a/src/FilterLists.Api/FilterLists.Api.csproj +++ b/src/FilterLists.Api/FilterLists.Api.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 true latest ubuntu.18.04-x64 @@ -39,7 +39,7 @@ - + diff --git a/src/FilterLists.Web/FilterLists.Web.csproj b/src/FilterLists.Web/FilterLists.Web.csproj index 309f26f94..d9868880a 100644 --- a/src/FilterLists.Web/FilterLists.Web.csproj +++ b/src/FilterLists.Web/FilterLists.Web.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 true latest ubuntu.18.04-x64 @@ -24,7 +24,7 @@ - + diff --git a/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj b/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj index a35662227..e2eb49590 100644 --- a/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj +++ b/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 true latest Collin M. Barrett @@ -25,7 +25,7 @@ all runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers diff --git a/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj b/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj index 5bddc0fc6..0899eba12 100644 --- a/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj +++ b/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 true latest Collin M. Barrett