diff --git a/src/Microsoft.AspNet.Cryptography.Internal/project.json b/src/Microsoft.AspNet.Cryptography.Internal/project.json index e43b76eba3..2082cc1e33 100644 --- a/src/Microsoft.AspNet.Cryptography.Internal/project.json +++ b/src/Microsoft.AspNet.Cryptography.Internal/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "Infrastructure for ASP.NET 5 cryptographic packages. Developers should not reference this package.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/dataprotection" + }, "dependencies": { }, "frameworks": { diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json b/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json index 7e5552393c..1d54408978 100644 --- a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json +++ b/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 utilities for key derivation.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/dataprotection" + }, "dependencies": { "Microsoft.AspNet.Cryptography.Internal": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/project.json b/src/Microsoft.AspNet.DataProtection.Abstractions/project.json index b2e5bdbdee..d5b0e15b13 100644 --- a/src/Microsoft.AspNet.DataProtection.Abstractions/project.json +++ b/src/Microsoft.AspNet.DataProtection.Abstractions/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "Contains the core IDataProtector and IDataProtectionProvider abstractions for ASP.NET 5 Data Protection.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/dataprotection" + }, "dependencies": { "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, "Microsoft.AspNet.DataProtection.Sources": { "type": "build", "version": "" } diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/project.json b/src/Microsoft.AspNet.DataProtection.Extensions/project.json index 4978cfe70a..35aea29f27 100644 --- a/src/Microsoft.AspNet.DataProtection.Extensions/project.json +++ b/src/Microsoft.AspNet.DataProtection.Extensions/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "Additional APIs for ASP.NET 5 data protection.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/dataprotection" + }, "dependencies": { "Microsoft.AspNet.DataProtection": "1.0.0-*", "Microsoft.AspNet.DataProtection.Sources": { "type": "build", "version": "" }, diff --git a/src/Microsoft.AspNet.DataProtection.Sources/project.json b/src/Microsoft.AspNet.DataProtection.Sources/project.json index 96df0952d9..49a87fca56 100644 --- a/src/Microsoft.AspNet.DataProtection.Sources/project.json +++ b/src/Microsoft.AspNet.DataProtection.Sources/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 Data Protection shared code.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/dataprotection" + }, "dependencies": { }, "frameworks": { diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/project.json b/src/Microsoft.AspNet.DataProtection.SystemWeb/project.json index 620beafd64..7b674bc278 100644 --- a/src/Microsoft.AspNet.DataProtection.SystemWeb/project.json +++ b/src/Microsoft.AspNet.DataProtection.SystemWeb/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "A component to allow the ASP.NET 5 DataProtection stack to work with the ASP.NET 4.x element.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/dataprotection" + }, "frameworks": { "net451": { "dependencies": { diff --git a/src/Microsoft.AspNet.DataProtection/project.json b/src/Microsoft.AspNet.DataProtection/project.json index 4e42bcde46..82b85bb563 100644 --- a/src/Microsoft.AspNet.DataProtection/project.json +++ b/src/Microsoft.AspNet.DataProtection/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/dataprotection" + }, "dependencies": { "Microsoft.AspNet.Cryptography.Internal": "1.0.0-*", "Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-*",