From fced4d9e67199d796ce247ef7b364aa50d8dc855 Mon Sep 17 00:00:00 2001 From: nooperation Date: Wed, 16 Jan 2019 23:33:00 -0500 Subject: [PATCH] Fixed busted dependencies, what happened to System.ValueTuple 4.0.1.0??? --- CommonUI/CommonUI.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommonUI/CommonUI.csproj b/CommonUI/CommonUI.csproj index 2d466b9..4b8e632 100644 --- a/CommonUI/CommonUI.csproj +++ b/CommonUI/CommonUI.csproj @@ -68,8 +68,8 @@ ..\packages\System.Reflection.Metadata.1.6.0\lib\portable-net45+win8\System.Reflection.Metadata.dll - - ..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll + + ..\packages\WPFHexaEditor.1.2.1\lib\net45\System.ValueTuple.dll