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