20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNet.DataProtection": "1.0.0-*",
|
|
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"commands": {
|
|
"web": "CookieSample"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": { }
|
|
}
|
|
}
|