aspnetcore/src/Microsoft.AspNetCore.Antifo.../project.json

36 lines
884 B
JSON

{
"description": "An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.",
"tags": [
"aspnetcore",
"antiforgery"
],
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"repository": {
"type": "git",
"url": "git://github.com/aspnet/antiforgery"
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.Extensions.ObjectPool": "1.0.0-*"
},
"frameworks": {
"netstandard1.3": {},
"net451": {
"frameworkAssemblies": {
"System.Runtime": {
"type": "build"
}
}
}
}
}