diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 10:55:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 10:55:52 -0400 |
commit | 79181012ee01e93c1af7c4bf8bd1a3a717274ded (patch) | |
tree | 6d6e76f5998123e24e464e198f45cab580639d76 /build/common.targets | |
parent | 8036bcdf007ef4c3e8b39778a2a202ba0b22edec (diff) | |
download | SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.tar.gz SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.tar.bz2 SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.zip |
tweak build files
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> |