From 022a6af431438774cc24eb64a0bdc732acf8c841 Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Tue, 13 Feb 2018 23:29:41 +0000 Subject: [PATCH] reference IOWrapper in dependencies --- UCR.Core/UCR.Core.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UCR.Core/UCR.Core.csproj b/UCR.Core/UCR.Core.csproj index c2f5aafb..cd1b2c8f 100644 --- a/UCR.Core/UCR.Core.csproj +++ b/UCR.Core/UCR.Core.csproj @@ -31,10 +31,10 @@ - ..\..\IOWrapper\IOWrapper\IOController\IOWrapper.dll + ..\dependencies\IOController\IOWrapper.dll - ..\..\IOWrapper\IOWrapper\IOController\IProvider.dll + ..\dependencies\IOController\IProvider.dll ..\packages\Mono.Options.5.3.0.1\lib\net4-client\Mono.Options.dll