18 lines
542 B
JSON
18 lines
542 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
|
"Microsoft.AspNet.Razor": "4.0.0-*",
|
|
"Microsoft.Framework.Logging.Interfaces": { "version": "1.0.0-*", "type": "build" },
|
|
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
|
|
},
|
|
|
|
"frameworks": {
|
|
"aspnet50": { },
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Threading.ExecutionContext": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
} |