aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Parser
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-04 11:42:37 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-04 11:42:37 +0000
commit2d04b66397f37d688767289e243bd16f1ca84be9 (patch)
tree9920a1de7bdf7d5971f8044f3498ca40bdb74ba2 /Aggregator/Parser
parentee874ec782f750cc6c2610818b8a276c21fed99e (diff)
downloadnewsaggregator-2d04b66397f37d688767289e243bd16f1ca84be9.tar.gz
newsaggregator-2d04b66397f37d688767289e243bd16f1ca84be9.tar.bz2
newsaggregator-2d04b66397f37d688767289e243bd16f1ca84be9.zip
Changed references to new classes path
Diffstat (limited to 'Aggregator/Parser')
-rw-r--r--Aggregator/Parser/Parser.csproj2
1 files changed, 1 insertions, 1 deletions
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 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
- <ProjectReference Include="..\Classes\Classes.csproj" />
+ <ProjectReference Include="..\..\Classes\Classes.csproj" />
</ItemGroup>
<PropertyGroup>