summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 19:42:24 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 19:42:24 -0400
commitee77efcc976ef1a5ee64933a6174d2fac9c6d0f9 (patch)
tree2eeecc639014a6558e3d0f3ca41f65b429211412 /build
parent4d2ad379b4198fa7a341c6ba2bb6455d488b414f (diff)
downloadSMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.tar.gz
SMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.tar.bz2
SMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.zip
prepare for release
Diffstat (limited to 'build')
-rw-r--r--build/common.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets
index 7fe66fab..02cf69bd 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.2</Version>
+ <Version>3.17.0</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>