Skip to content

Commit

Permalink
<langversion>latest</langversion> on all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jan 25, 2019
1 parent 673411e commit 2a6d098
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<LangVersion>Latest</LangVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions src/Library.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
<PackageLicenseUrl>https://github.com/elastic/elasticsearch-net/blob/master/license.txt</PackageLicenseUrl>
<ReleaseNotes>See https://github.com/elastic/elasticsearch-net/releases</ReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/elastic/elasticsearch-net/master/build/nuget-icon.png</PackageIconUrl>

<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions src/PublishArtifacts.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<Prefer32Bit>false</Prefer32Bit>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

<DoSourceLink></DoSourceLink>
<SourceLink Condition="'$(DoSourceLink)'!=''">$(BaseIntermediateOutputPath)\sl-$(MsBuildProjectName)-$(TargetFramework).json</SourceLink>
Expand Down

0 comments on commit 2a6d098

Please sign in to comment.