aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Main
diff options
context:
space:
mode:
Diffstat (limited to 'Aggregator/Main')
-rw-r--r--Aggregator/Main/Main.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/Aggregator/Main/Main.csproj b/Aggregator/Main/Main.csproj
index 9563120..3a964f1 100644
--- a/Aggregator/Main/Main.csproj
+++ b/Aggregator/Main/Main.csproj
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
- <ItemGroup>
- <ProjectReference Include="..\Classes\Classes.csproj" />
- <ProjectReference Include="..\Parser\Parser.csproj" />
+ <ItemGroup>
+ <ProjectReference Include="..\Classes\Classes.csproj" />
+ <ProjectReference Include="..\Parser\Parser.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
+ <LangVersion>Latest</LangVersion>
</PropertyGroup>
</Project>