Fix package metadata

This commit is contained in:
Eilon Lipton 2016-03-06 21:00:28 -08:00
parent 91b955e080
commit 1d78d51cb1
2 changed files with 7 additions and 3 deletions

View File

@ -7,4 +7,4 @@ Travis: [![Travis](https://travis-ci.org/aspnet/Antiforgery.svg?branch=dev)](h
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.

View File

@ -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-*",
"compilationOptions": {
"warningsAsErrors": true,
@ -24,6 +28,6 @@
"dotnet5.4"
]
},
"net451": {}
"net451": { }
}
}