diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-12-01 20:24:22 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-12-01 20:24:22 -0500 |
commit | 368b25b5411683192f4398616abed61441457799 (patch) | |
tree | 6e2819b221d9519f2f35ed463ad0c54a14eea058 /build/common.targets | |
parent | b95d2a3f935dde0118205f94b32f05f115afdf71 (diff) | |
parent | a2944eed5c635ecf9afaefe9cf377f049a40731f (diff) | |
download | SMAPI-368b25b5411683192f4398616abed61441457799.tar.gz SMAPI-368b25b5411683192f4398616abed61441457799.tar.bz2 SMAPI-368b25b5411683192f4398616abed61441457799.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index 4b92ecc2..512107a0 100644 --- a/build/common.targets +++ b/build/common.targets @@ -7,7 +7,7 @@ repo. It imports the other MSBuild files as needed. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <!--set general build properties --> - <Version>3.18.0</Version> + <Version>3.18.1</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |