From c6b997d784bfa2c86ad1828662a3c220c51701b0 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 25 Oct 2018 13:30:28 -0500 Subject: [PATCH] try https://github.com/dotnet/cli/issues/9624 workaround for all projs --- src/FilterLists.Agent/FilterLists.Agent.csproj | 1 + src/FilterLists.Data/FilterLists.Data.csproj | 1 + src/FilterLists.Services/FilterLists.Services.csproj | 1 + src/FilterLists.Web/FilterLists.Web.csproj | 1 + tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj | 1 + .../FilterLists.Services.Tests/FilterLists.Services.Tests.csproj | 1 + 6 files changed, 6 insertions(+) diff --git a/src/FilterLists.Agent/FilterLists.Agent.csproj b/src/FilterLists.Agent/FilterLists.Agent.csproj index 78fe92b21..b1c5d2c77 100644 --- a/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -3,6 +3,7 @@ Exe netcoreapp2.1 + true latest ubuntu.18.04-x64 Collin M. Barrett diff --git a/src/FilterLists.Data/FilterLists.Data.csproj b/src/FilterLists.Data/FilterLists.Data.csproj index 5a9ab224e..c06ac7439 100644 --- a/src/FilterLists.Data/FilterLists.Data.csproj +++ b/src/FilterLists.Data/FilterLists.Data.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true latest ubuntu.18.04-x64 Collin M. Barrett diff --git a/src/FilterLists.Services/FilterLists.Services.csproj b/src/FilterLists.Services/FilterLists.Services.csproj index 2f2cb0053..357c5363a 100644 --- a/src/FilterLists.Services/FilterLists.Services.csproj +++ b/src/FilterLists.Services/FilterLists.Services.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true latest ubuntu.18.04-x64 Collin M. Barrett diff --git a/src/FilterLists.Web/FilterLists.Web.csproj b/src/FilterLists.Web/FilterLists.Web.csproj index 290e9da2c..99a67d2d6 100644 --- a/src/FilterLists.Web/FilterLists.Web.csproj +++ b/src/FilterLists.Web/FilterLists.Web.csproj @@ -2,6 +2,7 @@ netcoreapp2.1 + true latest ubuntu.18.04-x64 true diff --git a/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj b/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj index e6126f6f5..c082231d3 100644 --- a/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj +++ b/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj @@ -2,6 +2,7 @@ netcoreapp2.1 + true latest Collin M. Barrett Collin M. Barrett diff --git a/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj b/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj index 72e6265ac..5814fbbc9 100644 --- a/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj +++ b/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj @@ -2,6 +2,7 @@ netcoreapp2.1 + true latest Collin M. Barrett Collin M. Barrett