From 082e2fbe2d9ec78b46c4a10e95cf13cf0e90d73a Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 22 Oct 2017 16:05:45 +0200 Subject: [PATCH] Fixed imagesharp not being resolved? --- NadekoBot.Core/NadekoBot.Core.csproj | 2 +- NuGet.Config | 1 + src/NadekoBot/NadekoBot.csproj | 25 +------------------------ 3 files changed, 3 insertions(+), 25 deletions(-) diff --git a/NadekoBot.Core/NadekoBot.Core.csproj b/NadekoBot.Core/NadekoBot.Core.csproj index 0b47b22e..7e1d5a24 100644 --- a/NadekoBot.Core/NadekoBot.Core.csproj +++ b/NadekoBot.Core/NadekoBot.Core.csproj @@ -15,7 +15,7 @@ - + diff --git a/NuGet.Config b/NuGet.Config index e27a9cbb..92f39e58 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,6 +1,7 @@  + diff --git a/src/NadekoBot/NadekoBot.csproj b/src/NadekoBot/NadekoBot.csproj index c8516bae..4f6cca5f 100644 --- a/src/NadekoBot/NadekoBot.csproj +++ b/src/NadekoBot/NadekoBot.csproj @@ -33,30 +33,7 @@ PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - + $(DefineConstants);GLOBAL_NADEKO $(NoWarn);CS1573;CS1591