summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-12 21:26:09 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-28 00:01:41 -0500
commit2b922a71a2a4f85712ab1e84b85c9229185a131a (patch)
tree72d00d778d5485fd07704934b41560cb07338f57 /src/SMAPI.Mods.ConsoleCommands
parent6efaa651cb2b026b7bace55ffeba9d7c5a3d0567 (diff)
downloadSMAPI-2b922a71a2a4f85712ab1e84b85c9229185a131a.tar.gz
SMAPI-2b922a71a2a4f85712ab1e84b85c9229185a131a.tar.bz2
SMAPI-2b922a71a2a4f85712ab1e84b85c9229185a131a.zip
update for Netcode now merged into game assembly on all platforms
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
index abde4162..fa192073 100644
--- a/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
+++ b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
@@ -18,11 +18,6 @@
<Reference Include="StardewValley.GameData" HintPath="$(GamePath)\StardewValley.GameData.dll" Private="False" />
</ItemGroup>
- <!-- Windows only -->
- <ItemGroup Condition="'$(OS)' == 'Windows_NT'">
- <Reference Include="Netcode" HintPath="$(GamePath)\Netcode.dll" Private="False" />
- </ItemGroup>
-
<ItemGroup>
<None Update="manifest.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>