From aa906291d88b8825e5a7f31e81c735af7d0545d9 Mon Sep 17 00:00:00 2001 From: Lectem Date: Sat, 22 Dec 2018 17:56:08 +0100 Subject: [PATCH] Fix build error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. (#57) --- OpenDiablo2.Common/OpenDiablo2.Common.csproj | 4 +--- OpenDiablo2.Core/OpenDiablo2.Core.csproj | 4 +--- OpenDiablo2.GameServer/OpenDiablo2.GameServer.csproj | 4 +--- OpenDiablo2.MapGenerators/OpenDiablo2.MapGenerators.csproj | 4 +--- OpenDiablo2.TestConsole/OpenDiablo2.TestConsole.csproj | 4 +--- OpenDiablo2/OpenDiablo2.csproj | 4 +--- 6 files changed, 6 insertions(+), 18 deletions(-) diff --git a/OpenDiablo2.Common/OpenDiablo2.Common.csproj b/OpenDiablo2.Common/OpenDiablo2.Common.csproj index e676f4c5..20c62078 100644 --- a/OpenDiablo2.Common/OpenDiablo2.Common.csproj +++ b/OpenDiablo2.Common/OpenDiablo2.Common.csproj @@ -43,9 +43,7 @@ ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll - - ..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll - + diff --git a/OpenDiablo2.Core/OpenDiablo2.Core.csproj b/OpenDiablo2.Core/OpenDiablo2.Core.csproj index 99efda36..e5728af7 100644 --- a/OpenDiablo2.Core/OpenDiablo2.Core.csproj +++ b/OpenDiablo2.Core/OpenDiablo2.Core.csproj @@ -42,9 +42,7 @@ ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll - - ..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll - + diff --git a/OpenDiablo2.GameServer/OpenDiablo2.GameServer.csproj b/OpenDiablo2.GameServer/OpenDiablo2.GameServer.csproj index 1ab2ded2..09807f12 100644 --- a/OpenDiablo2.GameServer/OpenDiablo2.GameServer.csproj +++ b/OpenDiablo2.GameServer/OpenDiablo2.GameServer.csproj @@ -39,9 +39,7 @@ ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll - - ..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll - + diff --git a/OpenDiablo2.MapGenerators/OpenDiablo2.MapGenerators.csproj b/OpenDiablo2.MapGenerators/OpenDiablo2.MapGenerators.csproj index 3e65ec19..c6bd15e1 100644 --- a/OpenDiablo2.MapGenerators/OpenDiablo2.MapGenerators.csproj +++ b/OpenDiablo2.MapGenerators/OpenDiablo2.MapGenerators.csproj @@ -39,9 +39,7 @@ ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll - - ..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll - + diff --git a/OpenDiablo2.TestConsole/OpenDiablo2.TestConsole.csproj b/OpenDiablo2.TestConsole/OpenDiablo2.TestConsole.csproj index c38b6cb1..0b855201 100644 --- a/OpenDiablo2.TestConsole/OpenDiablo2.TestConsole.csproj +++ b/OpenDiablo2.TestConsole/OpenDiablo2.TestConsole.csproj @@ -34,9 +34,7 @@ - - ..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll - + diff --git a/OpenDiablo2/OpenDiablo2.csproj b/OpenDiablo2/OpenDiablo2.csproj index bebfaffa..51eb16aa 100644 --- a/OpenDiablo2/OpenDiablo2.csproj +++ b/OpenDiablo2/OpenDiablo2.csproj @@ -63,9 +63,7 @@ ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll - - ..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll - + ..\packages\System.Console.4.3.1\lib\net46\System.Console.dll