diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/0Harmony.dll | bin | 0 -> 115200 bytes | |||
-rw-r--r-- | build/common.targets | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build/0Harmony.dll b/build/0Harmony.dll Binary files differnew file mode 100644 index 00000000..2e893d0e --- /dev/null +++ b/build/0Harmony.dll diff --git a/build/common.targets b/build/common.targets index 41bea8af..f66f51df 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,9 +4,10 @@ <!--set properties --> <PropertyGroup> - <Version>3.5.0</Version> + <Version>3.6.0</Version> <Product>SMAPI</Product> + <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> <DefineConstants Condition="$(OS) == 'Windows_NT'">$(DefineConstants);SMAPI_FOR_WINDOWS</DefineConstants> </PropertyGroup> |