diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:16:17 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:16:17 -0400 |
commit | e7d29a2f7dabde75fb1ad76af1975c9194b1b8bd (patch) | |
tree | 239b69b967968508260c0bb1a3b59910c85c4f1e /build/common.targets | |
parent | e0838a28c045939b497455217bd297e8052d11ee (diff) | |
parent | 41e95642f004b2bf96b8855a276454260cb5ed0e (diff) | |
download | SMAPI-e7d29a2f7dabde75fb1ad76af1975c9194b1b8bd.tar.gz SMAPI-e7d29a2f7dabde75fb1ad76af1975c9194b1b8bd.tar.bz2 SMAPI-e7d29a2f7dabde75fb1ad76af1975c9194b1b8bd.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 1a81a105..7fe66fab 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.16.1</Version> + <Version>3.16.2</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |