diff options
Diffstat (limited to 'Aggregator/Parser')
-rw-r--r-- | Aggregator/Parser/Parser.csproj | 2 |
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> |