From 3b1d04a283d0176dd3ced58da562d38b6031441d Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 1 May 2019 17:52:34 -0500 Subject: [PATCH] update framework ver and nugets --- .../FilterLists.Agent.csproj | 15 +++++------ src/FilterLists.Api/FilterLists.Api.csproj | 27 +++++-------------- src/FilterLists.Data/FilterLists.Data.csproj | 11 ++++---- .../FilterLists.Services.csproj | 17 ++++++------ src/FilterLists.Web/FilterLists.Web.csproj | 13 ++++----- .../FilterLists.Data.Tests.csproj | 13 +++++---- .../FilterLists.Services.Tests.csproj | 10 +++---- 7 files changed, 43 insertions(+), 63 deletions(-) diff --git a/src/FilterLists.Agent/FilterLists.Agent.csproj b/src/FilterLists.Agent/FilterLists.Agent.csproj index b1c5d2c77..f8e7dd8e9 100644 --- a/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -2,15 +2,14 @@ Exe - netcoreapp2.1 + netcoreapp2.2 true latest - ubuntu.18.04-x64 Collin M. Barrett Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2018 Collin M. Barrett + Copyright (c) 2019 Collin M. Barrett https://github.com/collinbarrett/FilterLists/blob/master/LICENSE https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png https://github.com/collinbarrett/FilterLists @@ -20,12 +19,12 @@ - + - - - - + + + + diff --git a/src/FilterLists.Api/FilterLists.Api.csproj b/src/FilterLists.Api/FilterLists.Api.csproj index 9ecbb0576..fa8fea3f6 100644 --- a/src/FilterLists.Api/FilterLists.Api.csproj +++ b/src/FilterLists.Api/FilterLists.Api.csproj @@ -1,36 +1,23 @@  - netcoreapp2.1 + netcoreapp2.2 true latest - ubuntu.18.04-x64 /subscriptions/4bcbdfe1-6c65-4c02-820f-7c0e7ec5614f/resourcegroups/FilterLists/providers/microsoft.insights/components/FilterLists /subscriptions/4bcbdfe1-6c65-4c02-820f-7c0e7ec5614f/resourcegroups/FilterLists/providers/microsoft.insights/components/FilterLists Collin M. Barrett Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2018 Collin M. Barrett + Copyright (c) 2019 Collin M. Barrett https://github.com/collinbarrett/FilterLists/blob/master/LICENSE https://filterlists.com/ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png git https://github.com/collinbarrett/FilterLists false - Exe - - - - - bin\Debug\netcoreapp2.0\FilterLists.Api.xml - 1701;1702;1705;1591 - - - - bin\Release\netcoreapp2.0\FilterLists.Api.xml - 1701;1702;1705;1591 @@ -39,13 +26,13 @@ - - - + + + - + - + diff --git a/src/FilterLists.Data/FilterLists.Data.csproj b/src/FilterLists.Data/FilterLists.Data.csproj index 9720df115..6ddcd79c0 100644 --- a/src/FilterLists.Data/FilterLists.Data.csproj +++ b/src/FilterLists.Data/FilterLists.Data.csproj @@ -4,11 +4,10 @@ netstandard2.0 true latest - ubuntu.18.04-x64 Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2018 Collin M. Barrett + Copyright (c) 2019 Collin M. Barrett https://github.com/collinbarrett/FilterLists/blob/master/LICENSE https://filterlists.com/ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png @@ -18,14 +17,14 @@ - - + + - + all runtime; build; native; contentfiles; analyzers - + \ No newline at end of file diff --git a/src/FilterLists.Services/FilterLists.Services.csproj b/src/FilterLists.Services/FilterLists.Services.csproj index dec6e0be6..89e6e4177 100644 --- a/src/FilterLists.Services/FilterLists.Services.csproj +++ b/src/FilterLists.Services/FilterLists.Services.csproj @@ -4,11 +4,10 @@ netstandard2.0 true latest - ubuntu.18.04-x64 Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2018 Collin M. Barrett + Copyright (c) 2019 Collin M. Barrett https://github.com/collinbarrett/FilterLists/blob/master/LICENSE https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png https://filterlists.com/ @@ -18,15 +17,15 @@ - - - - + + + + - + - - + + diff --git a/src/FilterLists.Web/FilterLists.Web.csproj b/src/FilterLists.Web/FilterLists.Web.csproj index c3580f607..7ac45af76 100644 --- a/src/FilterLists.Web/FilterLists.Web.csproj +++ b/src/FilterLists.Web/FilterLists.Web.csproj @@ -1,17 +1,16 @@  - netcoreapp2.1 + netcoreapp2.2 true latest - ubuntu.18.04-x64 true Latest false Collin M. Barrett FilterLists https://github.com/collinbarrett/FilterLists/blob/master/LICENSE - Copyright (c) 2018 Collin M. Barrett + Copyright (c) 2019 Collin M. Barrett The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. https://filterlists.com/ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png @@ -19,16 +18,14 @@ git true false - Linux - ..\..\docker-compose.dcproj - - + + - + diff --git a/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj b/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj index a35662227..d6753384e 100644 --- a/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj +++ b/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj @@ -1,14 +1,14 @@ - + - netcoreapp2.1 + netcoreapp2.2 true latest Collin M. Barrett Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2018 Collin M. Barrett + Copyright (c) 2019 Collin M. Barrett https://github.com/collinbarrett/FilterLists/blob/master/LICENSE https://filterlists.com/ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers @@ -25,11 +25,11 @@ all runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers - + all @@ -38,7 +38,6 @@ - diff --git a/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj b/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj index 5bddc0fc6..a9ddd3d56 100644 --- a/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj +++ b/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj @@ -1,14 +1,14 @@ - + - netcoreapp2.1 + netcoreapp2.2 true latest Collin M. Barrett Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2018 Collin M. Barrett + Copyright (c) 2019 Collin M. Barrett https://github.com/collinbarrett/FilterLists/blob/master/LICENSE https://filterlists.com/ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers @@ -25,7 +25,7 @@ all runtime; build; native; contentfiles; analyzers - + all