diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-01 18:44:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-01 18:44:39 -0400 |
commit | 009a387526ee10b18d0ed3030d6e8868edf17203 (patch) | |
tree | 2651a2c11cf33cbb9b75a680911249f4fce4da94 /src/SMAPI.ModBuildConfig/Framework | |
parent | 3255518f0a9d18f2d25859747a21bd54759b8f84 (diff) | |
download | SMAPI-009a387526ee10b18d0ed3030d6e8868edf17203.tar.gz SMAPI-009a387526ee10b18d0ed3030d6e8868edf17203.tar.bz2 SMAPI-009a387526ee10b18d0ed3030d6e8868edf17203.zip |
unify SMAPI.AssemblyRewriters and SMAPI.Common projects
Diffstat (limited to 'src/SMAPI.ModBuildConfig/Framework')
-rw-r--r-- | src/SMAPI.ModBuildConfig/Framework/ModFileManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.ModBuildConfig/Framework/ModFileManager.cs b/src/SMAPI.ModBuildConfig/Framework/ModFileManager.cs index 64262dc2..ba2e671d 100644 --- a/src/SMAPI.ModBuildConfig/Framework/ModFileManager.cs +++ b/src/SMAPI.ModBuildConfig/Framework/ModFileManager.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Web.Script.Serialization; -using StardewModdingAPI.Common; +using StardewModdingAPI.Internal; namespace StardewModdingAPI.ModBuildConfig.Framework { |