43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"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-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dnxcore50"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"content": [
|
|
"project.json",
|
|
"wwwroot",
|
|
"web.config"
|
|
],
|
|
"userSecretsId": "aspnet5-JwtBearerSample-20151210102827",
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
|
"version": "1.0.0-*",
|
|
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
|
}
|
|
} |