Remove explicit LangVersion (#345)

This commit is contained in:
Chris Ross 2017-09-21 15:09:22 -07:00 committed by GitHub
parent 71a11d5ed6
commit 8a01a1f790
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>dotnet-watch</AssemblyName>
<OutputType>exe</OutputType>