From e643a38b7826ba45218936a5120eda1be13fa331 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 27 Oct 2016 00:40:48 -0400 Subject: [PATCH] only use assembly merging on Windows (#126) Costura doesn't work on Linux and Mac, but we can just add a separate DLL for Json.NET on those platforms. --- src/StardewModdingAPI/StardewModdingAPI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj index 7c555fd8..af35fbac 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.csproj +++ b/src/StardewModdingAPI/StardewModdingAPI.csproj @@ -213,7 +213,7 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.