diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-04 07:32:09 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-04 07:32:09 +0000 |
commit | 83987373a222354463195c4646a68190267bdeeb (patch) | |
tree | d6c4ba163523b192a5969f484e83491af6eeb1d0 /Aggregator | |
parent | 6e194b0bd5471742a258a06817cd3d15eecbfa60 (diff) | |
download | newsaggregator-83987373a222354463195c4646a68190267bdeeb.tar.gz newsaggregator-83987373a222354463195c4646a68190267bdeeb.tar.bz2 newsaggregator-83987373a222354463195c4646a68190267bdeeb.zip |
Changed language version
Diffstat (limited to 'Aggregator')
-rw-r--r-- | Aggregator/Main/Main.csproj | 7 |
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>
|