aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Parser
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-03 23:59:28 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-03 23:59:28 +0000
commit4b42b4833a76d5f1626d33916a640afee158547c (patch)
tree86eae2b9ff3f3c0b2012bbba6669d73c7123e40a /Aggregator/Parser
parent8a7a73d76bb29c46e0e74c5e03f07a12340f99d7 (diff)
downloadnewsaggregator-4b42b4833a76d5f1626d33916a640afee158547c.tar.gz
newsaggregator-4b42b4833a76d5f1626d33916a640afee158547c.tar.bz2
newsaggregator-4b42b4833a76d5f1626d33916a640afee158547c.zip
Added reference to Aggregator.Classes
Diffstat (limited to 'Aggregator/Parser')
-rw-r--r--Aggregator/Parser/Parser.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Aggregator/Parser/Parser.csproj b/Aggregator/Parser/Parser.csproj
index 86ea3bb..51c6324 100644
--- a/Aggregator/Parser/Parser.csproj
+++ b/Aggregator/Parser/Parser.csproj
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
+ <ItemGroup>
+ <ProjectReference Include="..\Classes\Classes.csproj" />
+ </ItemGroup>
+
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>