From 1d78d51cb1f8149fc42f296c093ea6dfccbe78d1 Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Sun, 6 Mar 2016 21:00:28 -0800 Subject: [PATCH] Fix package metadata --- README.md | 2 +- src/Microsoft.AspNetCore.Antiforgery/project.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c911eb6f1..3ea14d6634 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/Microsoft.AspNetCore.Antiforgery/project.json b/src/Microsoft.AspNetCore.Antiforgery/project.json index e920a5da1a..2ef0639561 100644 --- a/src/Microsoft.AspNetCore.Antiforgery/project.json +++ b/src/Microsoft.AspNetCore.Antiforgery/project.json @@ -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": { } } } \ No newline at end of file