Add repository information to project files
This commit is contained in:
parent
504e7fb228
commit
9fc993122e
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "3.0.0-*",
|
"version": "3.0.0-*",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/aspnet/identity"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Identity": "3.0.0-*",
|
"Microsoft.AspNet.Identity": "3.0.0-*",
|
||||||
"EntityFramework.SqlServer": "7.0.0-*"
|
"EntityFramework.SqlServer": "7.0.0-*"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "3.0.0-*",
|
"version": "3.0.0-*",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/aspnet/identity"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*",
|
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue