From e50cb5262a1e9f6f91eed04c9e573ed25087a3eb Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 5 Oct 2014 18:59:43 -0700 Subject: [PATCH] Fixup references --- test/E2ETests/project.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/test/E2ETests/project.json b/test/E2ETests/project.json index 5c9e0b3505..f5f334389c 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -8,16 +8,14 @@ "Microsoft.Framework.Runtime.Interfaces": "1.0.0-*", "Xunit.KRunner": "1.0.0-*", "Microsoft.AspNet.SignalR.Client": "2.1.1", - "Microsoft.AspNet.WebUtilities": "1.0.0-*", - "System.Net.Http": "4.0.0.0", - "System.Runtime": "4.0.20.0", - "System.Runtime.Extensions": "4.0.10.0" + "Microsoft.AspNet.WebUtilities": "1.0.0-*" }, "frameworks": { "aspnet50": { "frameworkAssemblies": { - "System.Xml": "", - "System.Data": "" + "System.Xml": "4.0.0.0", + "System.Data": "4.0.0.0", + "System.Net.Http": "4.0.0.0" } } }