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