diff options
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/common.targets b/build/common.targets index 41bea8af..ddfbd71a 100644 --- a/build/common.targets +++ b/build/common.targets @@ -7,6 +7,7 @@ <Version>3.5.0</Version> <Product>SMAPI</Product> + <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> <DefineConstants Condition="$(OS) == 'Windows_NT'">$(DefineConstants);SMAPI_FOR_WINDOWS</DefineConstants> </PropertyGroup> |