27 lines
846 B
JSON
27 lines
846 B
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": {},
|
|
"aspnet50": {
|
|
"dependencies": {
|
|
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
|
|
}
|
|
},
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Collections.Concurrent": "4.0.10-beta-*",
|
|
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
|
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
|
|
}
|
|
}
|
|
}
|
|
}
|