From edc2c2d18c1f53ad6a1b95d10213a03e741c3a1c Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 12 Dec 2014 12:53:27 -0800 Subject: [PATCH] Removing transitive references from aspnetcore50 to unblock build --- test/WebSites/FormatterWebSite/project.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/WebSites/FormatterWebSite/project.json b/test/WebSites/FormatterWebSite/project.json index 379acc1190..85ec0e92b4 100644 --- a/test/WebSites/FormatterWebSite/project.json +++ b/test/WebSites/FormatterWebSite/project.json @@ -7,10 +7,6 @@ "aspnet50": { }, "aspnetcore50": { - "dependencies": { - "System.Runtime.Serialization.Xml": "4.0.0-beta-*", - "System.Xml.ReaderWriter": "4.0.10-beta-*" - } } } }