32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
"Microsoft.IdentityModel.Clients.ActiveDirectory": "2.22.302111727"
|
|
},
|
|
"frameworks": {
|
|
"net451": {}
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"content": [
|
|
"project.json",
|
|
"web.config"
|
|
],
|
|
"userSecretsId": "aspnet5-OpenIdConnectSample-20151210110318",
|
|
"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%"
|
|
}
|
|
} |