aspnetcore/samples/AntiforgerySample/project.json

33 lines
777 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.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Newtonsoft.Json": "8.0.3"
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"imports": [
"dnxcore50"
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
}
}
}
},
"content": [
"wwwroot",
"web.config"
]
}