Fix build for .Net Core 2.x

This commit is contained in:
Bond_009 2019-08-16 17:37:40 +02:00
parent bb04545068
commit 499c3dbdca

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>