From 2d04b66397f37d688767289e243bd16f1ca84be9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 4 Feb 2019 11:42:37 +0000 Subject: Changed references to new classes path --- Aggregator/Main/Main.csproj | 2 +- Aggregator/Parser/Parser.csproj | 2 +- Aggregator/Tests/Tests.csproj | 2 +- Database/DatabaseHandler/DatabaseHandler.csproj | 12 ++++++++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Aggregator/Main/Main.csproj b/Aggregator/Main/Main.csproj index 3a964f1..dd85bc5 100644 --- a/Aggregator/Main/Main.csproj +++ b/Aggregator/Main/Main.csproj @@ -1,7 +1,7 @@ - + diff --git a/Aggregator/Parser/Parser.csproj b/Aggregator/Parser/Parser.csproj index 51c6324..99dfa58 100644 --- a/Aggregator/Parser/Parser.csproj +++ b/Aggregator/Parser/Parser.csproj @@ -1,7 +1,7 @@ - + diff --git a/Aggregator/Tests/Tests.csproj b/Aggregator/Tests/Tests.csproj index bd52966..bbd778c 100644 --- a/Aggregator/Tests/Tests.csproj +++ b/Aggregator/Tests/Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/Database/DatabaseHandler/DatabaseHandler.csproj b/Database/DatabaseHandler/DatabaseHandler.csproj index 47cb0b7..d306319 100644 --- a/Database/DatabaseHandler/DatabaseHandler.csproj +++ b/Database/DatabaseHandler/DatabaseHandler.csproj @@ -1,12 +1,16 @@ - netstandard2.0 + netcoreapp2.1 - - - + + + + + + + -- cgit v1.2.3-13-gbd6f