diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-11-12 15:14:59 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-11-12 15:14:59 -0500 |
commit | 613946003d5a2a6ea7c13a4dca04bda4f2387957 (patch) | |
tree | 91dbfb80a2536dbd86bc1987805e874a90cb38f5 /build | |
parent | 57d3e2b98ed5429e4bd61cd1cd33b84ec3ad7b8c (diff) | |
download | SMAPI-613946003d5a2a6ea7c13a4dca04bda4f2387957.tar.gz SMAPI-613946003d5a2a6ea7c13a4dca04bda4f2387957.tar.bz2 SMAPI-613946003d5a2a6ea7c13a4dca04bda4f2387957.zip |
prepare for release
Diffstat (limited to 'build')
-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 3c22b913..4b92ecc2 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.17.2</Version> + <Version>3.18.0</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |