47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"version": "1.1.0-*",
|
|
"description": "ASP.NET Core common types used by the various authentication middleware components.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/security"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"authentication",
|
|
"security"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Http": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
|
"Microsoft.Extensions.SecurityHelper.Sources": {
|
|
"type": "build",
|
|
"version": "1.1.0-*"
|
|
},
|
|
"Microsoft.Extensions.Options": "1.1.0-*",
|
|
"Microsoft.Extensions.WebEncoders": "1.1.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": ""
|
|
}
|
|
},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Net.Http": "4.1.0-*"
|
|
}
|
|
}
|
|
}
|
|
} |