aspnetcore/samples/JwtBearerSample/project.json

31 lines
780 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"net451": { },
"netstandardapp1.5": {
"imports": [
"dnxcore50"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
},
"content": [
"project.json",
"wwwroot",
"web.config"
],
"userSecretsId": "aspnet5-JwtBearerSample-20151210102827"
}