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