From e370c974e1a7cb055708d4b2490885069e53ceac Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Mon, 6 Oct 2014 14:52:04 -0700 Subject: [PATCH] Remove framework assembly versions --- 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..e204f0439b 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": "", + "System.Data": "", + "System.Net.Http": "" } } }