26 lines
826 B
JSON
26 lines
826 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-*",
|
|
"Microsoft.AspNet.Authentication.Google": "1.0.0-*",
|
|
"Microsoft.AspNet.Authentication.MicrosoftAccount": "1.0.0-*",
|
|
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
|
|
"Microsoft.AspNet.DataProtection": "1.0.0-*",
|
|
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"commands": {
|
|
"web": "SocialSample"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": { }
|
|
},
|
|
"userSecretsId": "aspnet5-SocialSample-20151210111056"
|
|
}
|