Set language version to C# 8.0.

This commit is contained in:
2020-07-19 21:44:31 +01:00
parent f908d537c3
commit 69f9b516ef

View File

@@ -18,6 +18,7 @@
<Title>Aaru.Console</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
</PropertyGroup>
<PropertyGroup>
<NrtRevisionFormat>$(Version)+{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>