From ef5b9feb393e5486ef88259747251036c40cc4be Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 10 Apr 2014 15:04:53 -0700 Subject: [PATCH] Update sample dependencies. --- samples/HelloWorld/project.json | 3 +-- samples/SelfHostServer/project.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index f015cf95d6..123a203698 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -12,8 +12,7 @@ "System.Globalization": "4.0.10.0", "System.IO" : "4.0.0.0", "System.Runtime" : "4.0.20.0", - "System.Threading.Tasks": "4.0.10.0", - "System.Text.Encoding": "4.0.20.0" + "System.Threading.Tasks": "4.0.10.0" } } } diff --git a/samples/SelfHostServer/project.json b/samples/SelfHostServer/project.json index 4caf1e1901..cb620bf621 100644 --- a/samples/SelfHostServer/project.json +++ b/samples/SelfHostServer/project.json @@ -24,8 +24,7 @@ "System.Resources.ResourceManager": "4.0.0.0", "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", - "System.Runtime.InteropServices": "4.0.10.0", - "System.Text.Encoding": "4.0.10.0", + "System.Runtime.InteropServices": "4.0.20.0", "System.Threading.Tasks": "4.0.10.0" } }