aspnetcore/samples/AntiforgerySample/project.json

43 lines
873 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Newtonsoft.Json": "8.0.2"
},
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "AntiforgerySample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"imports": "portable-net451+win8"
}
},
"publishExclude": [
"node_modules",
"bower_components",
"**.xproj",
"**.user",
"**.vspscc"
],
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
]
}