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