Add repository information to project files

This commit is contained in:
Victor Hurdugaci 2015-07-01 20:10:53 -07:00
parent 504e7fb228
commit 9fc993122e
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{
"version": "3.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/identity"
},
"dependencies": {
"Microsoft.AspNet.Identity": "3.0.0-*",
"EntityFramework.SqlServer": "7.0.0-*"

View File

@ -1,5 +1,9 @@
{
"version": "3.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/identity"
},
"dependencies": {
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*",