Removing aspnetcore50 from test project.json

Uncommented section seems to throw on build.cmd
This commit is contained in:
Praburaj 2015-02-22 18:49:59 -08:00
parent 0e72888105
commit 0ef3921e20
1 changed files with 1 additions and 9 deletions

View File

@ -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-*"
}
}*/
}
}
}