From d65036a26f30e60a5c495def0c498da2869dbc82 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 20 May 2019 16:07:15 +0200 Subject: [PATCH] Fix packages... --- SteamWareLib/SteamWare.csproj | 20 ++++++++++---------- SteamWareLib/packages.config | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/SteamWareLib/SteamWare.csproj b/SteamWareLib/SteamWare.csproj index e98844e..5e623cb 100644 --- a/SteamWareLib/SteamWare.csproj +++ b/SteamWareLib/SteamWare.csproj @@ -76,22 +76,22 @@ - ..\..\MoonPro_dotnet\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll ..\packages\NLog.4.6.3\lib\net45\NLog.dll - ..\packages\Pipelines.Sockets.Unofficial.2.0.22\lib\net461\Pipelines.Sockets.Unofficial.dll + ..\packages\Pipelines.Sockets.Unofficial.1.0.9\lib\net461\Pipelines.Sockets.Unofficial.dll - ..\packages\StackExchange.Redis.2.0.593\lib\net461\StackExchange.Redis.dll + ..\packages\StackExchange.Redis.2.0.519\lib\net461\StackExchange.Redis.dll ..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll - ..\..\GMW\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll + ..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll @@ -100,7 +100,7 @@ - ..\..\GMW\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + ..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll @@ -110,22 +110,22 @@ - ..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll + ..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll - ..\..\GMW\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - ..\..\GMW\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - ..\..\GMW\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll + ..\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll diff --git a/SteamWareLib/packages.config b/SteamWareLib/packages.config index a4b1b4f..662b233 100644 --- a/SteamWareLib/packages.config +++ b/SteamWareLib/packages.config @@ -4,15 +4,15 @@ - + - + - + - + \ No newline at end of file