mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user