From 0a49dc08dfa87072532e2161e3dcd314d489310c Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 10 Oct 2014 10:33:38 -0700 Subject: [PATCH] Reacting to CLR package versioning changes --- 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 f5f334389c..e572a8dd82 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -13,9 +13,9 @@ "frameworks": { "aspnet50": { "frameworkAssemblies": { - "System.Xml": "4.0.0.0", - "System.Data": "4.0.0.0", - "System.Net.Http": "4.0.0.0" + "System.Xml": "4.0.0-beta-*", + "System.Data": "4.0.0-beta-*", + "System.Net.Http": "4.0.0-beta-*" } } }