fix ubuntu by explicit version

This commit is contained in:
Bruno Garcia 2021-01-03 13:08:17 -05:00 committed by Ben Adams
parent a7735e9d8e
commit 5a9f3e8c7e

View File

@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<LangVersion>latest</LangVersion> <LangVersion>8.0</LangVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>