Fix package metadata
This commit is contained in:
parent
91b955e080
commit
1d78d51cb1
|
|
@ -7,4 +7,4 @@ Travis: [](h
|
||||||
|
|
||||||
Antiforgery system for generating secure tokens to prevent Cross-Site Request Forgery attacks.
|
Antiforgery system for generating secure tokens to prevent Cross-Site Request Forgery attacks.
|
||||||
|
|
||||||
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.
|
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"description": "An antiforgery system for ASP.NET designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.",
|
"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-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
|
|
@ -24,6 +28,6 @@
|
||||||
"dotnet5.4"
|
"dotnet5.4"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue