From 7255e51704c536c954cde1b96654ce3e4d49cb20 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 25 Feb 2019 09:33:44 +0000 Subject: Upgraded to dotnet 2.2 --- Aggregator/Parser/Parser.csproj | 2 +- Classes/Classes.csproj | 2 +- Database/Database.csproj | 8 ++++---- Main/Main.csproj | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Aggregator/Parser/Parser.csproj b/Aggregator/Parser/Parser.csproj index 99dfa58..bbc90b0 100644 --- a/Aggregator/Parser/Parser.csproj +++ b/Aggregator/Parser/Parser.csproj @@ -5,7 +5,7 @@ - netcoreapp2.1 + netcoreapp2.2 diff --git a/Classes/Classes.csproj b/Classes/Classes.csproj index 86ea3bb..c16c6d5 100644 --- a/Classes/Classes.csproj +++ b/Classes/Classes.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 diff --git a/Database/Database.csproj b/Database/Database.csproj index ab95e73..a958efe 100644 --- a/Database/Database.csproj +++ b/Database/Database.csproj @@ -1,14 +1,14 @@ - netcoreapp2.1 + netcoreapp2.2 true - - - + + + diff --git a/Main/Main.csproj b/Main/Main.csproj index fa2b22d..e9b257b 100644 --- a/Main/Main.csproj +++ b/Main/Main.csproj @@ -1,16 +1,16 @@ - netcoreapp2.1 + netcoreapp2.2 - - - + + + -- cgit v1.2.3-13-gbd6f