Remove framework assembly versions.

This commit is contained in:
N. Taylor Mullen 2014-10-06 14:57:43 -07:00
parent c0e077dcd4
commit 2670b19f5c
4 changed files with 19 additions and 19 deletions

View File

@ -21,7 +21,7 @@
"frameworks": {
"aspnet50": {
"frameworkAssemblies": {
"System.Xml": "4.0.0.0"
"System.Xml": ""
}
},
"aspnetcore50": {

View File

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

View File

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

View File

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