summaryrefslogtreecommitdiff
path: root/build/common.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-21 20:12:18 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-21 20:12:18 -0400
commit9ae69245b30f5cc6b52f1159a6e151079b699a10 (patch)
tree2e90d87dad6832714ff01d0c248a502f87271466 /build/common.targets
parentce00f8ff878860f2476a962b60ec2d8b3b5b2a2e (diff)
parent8090b30c6e489ae213493328d6f84f15ca18a592 (diff)
downloadSMAPI-9ae69245b30f5cc6b52f1159a6e151079b699a10.tar.gz
SMAPI-9ae69245b30f5cc6b52f1159a6e151079b699a10.tar.bz2
SMAPI-9ae69245b30f5cc6b52f1159a6e151079b699a10.zip
Merge branch 'develop' into stable
Diffstat (limited to 'build/common.targets')
-rw-r--r--build/common.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets
index 2f1f822e..3c22b913 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.1</Version>
+ <Version>3.17.2</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>