From cb25d5da61562e139dc4e451793983be4babfdf9 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 13 Mar 2018 20:48:16 -0500 Subject: [PATCH] change class libs to netstandard --- src/FilterLists.Data/FilterLists.Data.csproj | 2 +- src/FilterLists.Services/FilterLists.Services.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Data/FilterLists.Data.csproj b/src/FilterLists.Data/FilterLists.Data.csproj index 3544fada3..c064807fe 100644 --- a/src/FilterLists.Data/FilterLists.Data.csproj +++ b/src/FilterLists.Data/FilterLists.Data.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netstandard2.0 ubuntu.16.04-x64 diff --git a/src/FilterLists.Services/FilterLists.Services.csproj b/src/FilterLists.Services/FilterLists.Services.csproj index c2890137d..e5bce736b 100644 --- a/src/FilterLists.Services/FilterLists.Services.csproj +++ b/src/FilterLists.Services/FilterLists.Services.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netstandard2.0 ubuntu.16.04-x64