Set language version for the whole solution (#46)

This commit is contained in:
Alexander Kozlenko
2018-02-02 02:35:53 +02:00
committed by Ben Adams
parent 83f5f718d2
commit 1d0a516361
3 changed files with 5 additions and 9 deletions

View File

@@ -5,14 +5,6 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Ben.Demystifier\Ben.Demystifier.csproj" />
</ItemGroup>