summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-15 23:28:16 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-15 23:28:16 -0500
commit4c3ae950c6be0840e98d1328eeca9effca9c3807 (patch)
treedb53e648d6ce2f155e19d307bb60abbd14e8ca96 /src/SMAPI.Mods.ConsoleCommands
parent21fd2d1e39a6a94758f6298c2da52cd46cffdfcd (diff)
downloadSMAPI-4c3ae950c6be0840e98d1328eeca9effca9c3807.tar.gz
SMAPI-4c3ae950c6be0840e98d1328eeca9effca9c3807.tar.bz2
SMAPI-4c3ae950c6be0840e98d1328eeca9effca9c3807.zip
rm unneeded assembly references (#409)
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
index f228bb25..a65ad72c 100644
--- a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
+++ b/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
@@ -41,10 +41,6 @@
<Private>False</Private>
</Reference>
<Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>