Add repository information to project files

This commit is contained in:
Victor Hurdugaci 2015-07-01 20:35:25 -07:00
Родитель e13e707503
Коммит 77d1b47377
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,10 @@
{
"description": "An antiforgery system for ASP.NET designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/antiforgery"
},
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",