From 0ef3921e208569c1bb60fa90bb17c297a48ea645 Mon Sep 17 00:00:00 2001 From: Praburaj Date: Sun, 22 Feb 2015 18:49:59 -0800 Subject: [PATCH] Removing aspnetcore50 from test project.json Uncommented section seems to throw on build.cmd --- test/E2ETests/project.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/test/E2ETests/project.json b/test/E2ETests/project.json index e3a68ffe29..691ed36b33 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -22,14 +22,6 @@ "System.Net.Http": "", "System.Xml": "" } - } /*, - "aspnetcore50": { - "dependencies": { - "System.Data.SqlClient": "4.0.0-beta-*", - "System.Net.Http": "4.0.0-beta-*", - "System.Xml.XmlDocument": "4.0.0-beta-*", - "Microsoft.Win32.Primitives": "4.0.0-beta-*" - } - }*/ + } } } \ No newline at end of file