From a7a620e7d6e57342b4ac748478c5deca4f00447c Mon Sep 17 00:00:00 2001 From: Franky Ostyn Date: Thu, 25 Aug 2016 18:26:49 +0200 Subject: [PATCH] Update for Akka.NET 1.1 --- src/Unit-1/DoThis/App.config | 14 +++++++++++++- src/Unit-1/DoThis/WinTail.csproj | 15 ++++++++++----- src/Unit-1/DoThis/packages.config | 5 +++-- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/src/Unit-1/DoThis/App.config b/src/Unit-1/DoThis/App.config index 8e1564635..445447302 100644 --- a/src/Unit-1/DoThis/App.config +++ b/src/Unit-1/DoThis/App.config @@ -1,6 +1,18 @@ - + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Unit-1/DoThis/WinTail.csproj b/src/Unit-1/DoThis/WinTail.csproj index 566b569c8..27e57cb04 100644 --- a/src/Unit-1/DoThis/WinTail.csproj +++ b/src/Unit-1/DoThis/WinTail.csproj @@ -32,14 +32,19 @@ 4 - - packages\Akka.1.0.0\lib\net45\Akka.dll + + packages\Akka.1.1.1\lib\net45\Akka.dll + True - - False - packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll + + packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll + True + + packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll + True + diff --git a/src/Unit-1/DoThis/packages.config b/src/Unit-1/DoThis/packages.config index f6f6f4567..47baec1a6 100644 --- a/src/Unit-1/DoThis/packages.config +++ b/src/Unit-1/DoThis/packages.config @@ -1,5 +1,6 @@  - - + + + \ No newline at end of file