Removing version token from framework assemblies node
This commit is contained in:
parent
0a49dc08df
commit
acac2802db
|
|
@ -13,9 +13,9 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Xml": "4.0.0-beta-*",
|
"System.Data": "",
|
||||||
"System.Data": "4.0.0-beta-*",
|
"System.Net.Http": "",
|
||||||
"System.Net.Http": "4.0.0-beta-*"
|
"System.Xml": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue