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": "" } } }