summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-08 19:41:26 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-08 19:41:26 -0400
commit08ba5dc52053a62be1fe3319ab3428a2c41fee28 (patch)
tree173d37f938ddd2907bbd87af064fbad19997b13b /src/SMAPI.Mods.ConsoleCommands
parent52758e4e43ad60e7b9e69d00cf4a75d1515277fe (diff)
downloadSMAPI-08ba5dc52053a62be1fe3319ab3428a2c41fee28.tar.gz
SMAPI-08ba5dc52053a62be1fe3319ab3428a2c41fee28.tar.bz2
SMAPI-08ba5dc52053a62be1fe3319ab3428a2c41fee28.zip
bump to .NET Framework 4.5.2
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
index a187c1ff..528348a0 100644
--- a/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
+++ b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>ConsoleCommands</AssemblyName>
<RootNamespace>StardewModdingAPI.Mods.ConsoleCommands</RootNamespace>
- <TargetFramework>net45</TargetFramework>
+ <TargetFramework>net452</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>