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

55 lines
2.0 KiB
JSON

{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.FileSystems": "1.0.0-*",
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Collections": "",
"System.Runtime": "",
"System.Xml": "",
"System.Xml.Linq": ""
}
},
"aspnet50": {
"frameworkAssemblies": {
"System.Collections": "",
"System.Runtime": "",
"System.Xml": "",
"System.Xml.Linq": ""
},
"dependencies": {
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
}
},
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Dynamic.Runtime": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.IO": "4.0.10.0",
"System.IO.FileSystem": "4.0.0.0",
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.20.0",
"System.Threading.Tasks": "4.0.10.0",
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" },
}
}
}
}