Removing version token from framework assemblies node

This commit is contained in:
Pranav K 2014-10-10 12:53:35 -07:00
parent 0a49dc08df
commit acac2802db
1 changed files with 3 additions and 3 deletions

View File

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