aspnetcore/src/Microsoft.AspNet.Mvc.Xml/project.json

25 lines
768 B
JSON

{
"description": "Contains DataContractSerializer and XmlSerializer based input and output formatters",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
"Microsoft.AspNet.Mvc.Core": "6.0.0-*"
},
"frameworks": {
"aspnet50": {
"frameworkAssemblies": {
"System.Xml": "",
"System.Runtime.Serialization": ""
}
},
"aspnetcore50": {
"dependencies": {
"System.Runtime.Serialization.Xml": "4.0.10-beta-*",
"System.Xml.XmlSerializer": "4.0.10-beta-*"
}
}
}
}