Merge pull request #1631 from Bond-009/fixbuild

Fix build for .Net Core 2.x
pull/1634/head
Anthony Lavado 5 years ago committed by GitHub
commit b89c26ab57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save