Merge pull request #1634 from Bond-009/fixbuild

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

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