30 lines
824 B
JSON
30 lines
824 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"description": "ASP.NET 5 Hosting abstractions.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/hosting"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {}
|
|
}
|
|
} |