Remove framework assembly versions

This commit is contained in:
Brice Lambson 2014-10-06 14:52:04 -07:00
parent 18bd42bcfe
commit e370c974e1
1 changed files with 3 additions and 3 deletions

View File

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