Merge pull request #1631 from Bond-009/fixbuild

Fix build for .Net Core 2.x
This commit is contained in:
Anthony Lavado
2019-08-16 12:03:27 -04:00
committed by GitHub

View File

@@ -26,4 +26,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<!-- We need at least C# 7.1 for the "default literal" feature-->
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>