From acac2802db235e960b2843e4454d82f7a147b5bd Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 10 Oct 2014 12:53:35 -0700 Subject: [PATCH] Removing version token from framework assemblies node --- test/E2ETests/project.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/E2ETests/project.json b/test/E2ETests/project.json index e572a8dd82..36fe7dde60 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -13,9 +13,9 @@ "frameworks": { "aspnet50": { "frameworkAssemblies": { - "System.Xml": "4.0.0-beta-*", - "System.Data": "4.0.0-beta-*", - "System.Net.Http": "4.0.0-beta-*" + "System.Data": "", + "System.Net.Http": "", + "System.Xml": "" } } }