22 lines
705 B
JSON
22 lines
705 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 core hosting infrastructure and startup logic for web applications.",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Hosting.Interfaces": "1.0.0-*",
|
|
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
|
|
"Microsoft.AspNet.FileProviders": "1.0.0-*",
|
|
"Microsoft.AspNet.Http.Core": "1.0.0-*",
|
|
"Microsoft.Framework.Logging": "1.0.0-*",
|
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
|
"Newtonsoft.Json": "6.0.6"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Console": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|