Remove framework assembly versions.
This commit is contained in:
parent
c0e077dcd4
commit
2670b19f5c
|
|
@ -21,7 +21,7 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Xml": "4.0.0.0"
|
"System.Xml": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Xml": "4.0.0.0",
|
"System.Xml": "",
|
||||||
"System.ComponentModel.DataAnnotations": "4.0.0.0",
|
"System.ComponentModel.DataAnnotations": "",
|
||||||
"System.Runtime.Serialization": "4.0.0.0"
|
"System.Runtime.Serialization": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
|
|
|
||||||
|
|
@ -11,18 +11,18 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Collections": "4.0.0.0",
|
"System.Collections": "",
|
||||||
"System.Runtime": "4.0.0.0",
|
"System.Runtime": "",
|
||||||
"System.Xml": "4.0.0.0",
|
"System.Xml": "",
|
||||||
"System.Xml.Linq": "4.0.0.0"
|
"System.Xml.Linq": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Collections": "4.0.0.0",
|
"System.Collections": "",
|
||||||
"System.Runtime": "4.0.10.0",
|
"System.Runtime": "",
|
||||||
"System.Xml": "4.0.0.0",
|
"System.Xml": "",
|
||||||
"System.Xml.Linq": "4.0.0.0"
|
"System.Xml.Linq": ""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
|
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
|
||||||
|
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Collections": "4.0.0.0",
|
"System.Collections": "",
|
||||||
"System.IO": "4.0.0.0",
|
"System.IO": "",
|
||||||
"System.Runtime": "4.0.0.0",
|
"System.Runtime": "",
|
||||||
"System.Text.Encoding": "4.0.0.0",
|
"System.Text.Encoding": "",
|
||||||
"System.Threading.Tasks": "4.0.0.0",
|
"System.Threading.Tasks": "",
|
||||||
"System.Xml": "4.0.0.0",
|
"System.Xml": "",
|
||||||
"System.Xml.Linq": "4.0.0.0"
|
"System.Xml.Linq": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue