Update project.json

@tratcher said :shipit:
This commit is contained in:
Eilon Lipton 2016-03-10 15:16:54 -08:00
parent d78f7edfc7
commit 4bfeba2a3c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "ASP.NET 5 authorization classes.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Authorization.AllowAnonymousAttribute\r\nMicrosoft.AspNetCore.Authorization.AuthorizeAttribute", "description": "ASP.NET Core authorization classes.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Authorization.AllowAnonymousAttribute\r\nMicrosoft.AspNetCore.Authorization.AuthorizeAttribute",
"tags": [ "tags": [
"aspnetcore", "aspnetcore",
"authorization" "authorization"
@ -34,4 +34,4 @@
] ]
} }
} }
} }