aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Main/Main.csproj4
-rw-r--r--Main/Program.cs2
2 files changed, 3 insertions, 3 deletions
diff --git a/Main/Main.csproj b/Main/Main.csproj
index dd85bc5..7f39efb 100644
--- a/Main/Main.csproj
+++ b/Main/Main.csproj
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
- <ProjectReference Include="..\..\Classes\Classes.csproj" />
- <ProjectReference Include="..\Parser\Parser.csproj" />
+ <ProjectReference Include="..\Classes\Classes.csproj" />
+ <ProjectReference Include="..\Aggregator\Parser\Parser.csproj" />
</ItemGroup>
<PropertyGroup>
diff --git a/Main/Program.cs b/Main/Program.cs
index 80fd62a..a0ea7ee 100644
--- a/Main/Program.cs
+++ b/Main/Program.cs
@@ -2,7 +2,7 @@
using System.Linq;
using System.Threading.Tasks;
using System.Collections.Generic;
-using Aggregator.Classes;
+using Classes;
using Aggregator.Parser;
namespace Main {