Fix build on .Net Core 2.x

pull/1634/head
Bond_009 5 years ago
parent b89c26ab57
commit c0e71cdea7

@ -17,4 +17,9 @@
<Compile Include="..\SharedVersion.cs" />
</ItemGroup>
<PropertyGroup>
<!-- We need at least C# 7.1 for the "default literal" feature-->
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>

Loading…
Cancel
Save