34 lines
919 B
JSON
34 lines
919 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [ "CS1591" ],
|
|
"xmlDoc": true
|
|
},
|
|
"description": "ASP.NET 5 components for working with the IIS HttpPlatformHandler module.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/IISIntegration"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Http": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.Options": "1.0.0-*",
|
|
"Microsoft.Extensions.SecurityHelper.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.Security.Principal.Windows": "4.0.0-*"
|
|
}
|
|
}
|
|
}
|
|
}
|