Define language version as fixed

This way compiler can verify if it knows how to handle it instead of running into generic compilation issues. In addition to that it ensures I won't use C# 7.3 feature that didn't make it into stable yet.
This commit is contained in:
JustArchi
2018-05-08 00:41:04 +02:00
parent 45b42cdf28
commit 3f365423e0

View File

@@ -10,7 +10,7 @@
<Description>ASF is an application that allows you to farm steam cards using multiple steam accounts simultaneously.</Description>
<ErrorReport>none</ErrorReport>
<FileVersion>3.1.2.5</FileVersion>
<LangVersion>latest</LangVersion>
<LangVersion>7.2</LangVersion>
<NoWarn />
<OutputType>Exe</OutputType>
<PackageIconUrl>https://github.com/JustArchi/ArchiSteamFarm/raw/master/resources/ASF.ico</PackageIconUrl>