diff --git a/src/EntityFramework.Commands/project.json b/src/EntityFramework.Commands/project.json index 61affb90209..aeca80b4654 100644 --- a/src/EntityFramework.Commands/project.json +++ b/src/EntityFramework.Commands/project.json @@ -1,6 +1,10 @@ { "version": "7.0.0-*", "description": "Command line utilities for Entity Framework.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/entityframework" + }, "compilationOptions": { "warningsAsErrors": true }, diff --git a/src/EntityFramework.Core/project.json b/src/EntityFramework.Core/project.json index 0766f114083..c27d211f61c 100644 --- a/src/EntityFramework.Core/project.json +++ b/src/EntityFramework.Core/project.json @@ -1,6 +1,10 @@ { "version": "7.0.0-*", "description": "Entity Framework is Microsoft's recommended data access technology for new applications.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/entityframework" + }, "compilationOptions": { "warningsAsErrors": true }, diff --git a/src/EntityFramework.InMemory/project.json b/src/EntityFramework.InMemory/project.json index e9378b0f600..0dafa065bb1 100644 --- a/src/EntityFramework.InMemory/project.json +++ b/src/EntityFramework.InMemory/project.json @@ -1,6 +1,10 @@ { "version": "7.0.0-*", "description": "In memory data store for Entity Framework (to be used for testing purposes).", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/entityframework" + }, "compilationOptions": { "warningsAsErrors": true }, diff --git a/src/EntityFramework.Relational.Design/project.json b/src/EntityFramework.Relational.Design/project.json index b1265361bc7..765d878f5a6 100644 --- a/src/EntityFramework.Relational.Design/project.json +++ b/src/EntityFramework.Relational.Design/project.json @@ -1,6 +1,10 @@ { "version": "7.0.0-*", "description": "Shared Design-time Entity Framework components for relational data stores.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/entityframework" + }, "compilationOptions": { "warningsAsErrors": true }, diff --git a/src/EntityFramework.Relational/project.json b/src/EntityFramework.Relational/project.json index 3fe581fd8e1..c8bf7861e0a 100644 --- a/src/EntityFramework.Relational/project.json +++ b/src/EntityFramework.Relational/project.json @@ -1,6 +1,10 @@ { "version": "7.0.0-*", "description": "Shared Entity Framework components for relational data stores.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/entityframework" + }, "compilationOptions": { "warningsAsErrors": true }, diff --git a/src/EntityFramework.SqlServer.Design/project.json b/src/EntityFramework.SqlServer.Design/project.json index c5407aa6963..8485083dbda 100644 --- a/src/EntityFramework.SqlServer.Design/project.json +++ b/src/EntityFramework.SqlServer.Design/project.json @@ -1,6 +1,10 @@ { "version": "7.0.0-*", "description": "Design-time Entity Framework Functionality for Microsoft SQL Server data store.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/entityframework" + }, "compilationOptions": { "warningsAsErrors": true }, diff --git a/src/EntityFramework.SqlServer/project.json b/src/EntityFramework.SqlServer/project.json index 5f02ea8f9a8..20eef492b3b 100644 --- a/src/EntityFramework.SqlServer/project.json +++ b/src/EntityFramework.SqlServer/project.json @@ -1,6 +1,10 @@ { "version": "7.0.0-*", "description": "Microsoft SQL Server data store for Entity Framework.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/entityframework" + }, "compilationOptions": { "warningsAsErrors": true }, diff --git a/src/EntityFramework.Sqlite/project.json b/src/EntityFramework.Sqlite/project.json index c78ac3ef5f7..e8a20077d83 100644 --- a/src/EntityFramework.Sqlite/project.json +++ b/src/EntityFramework.Sqlite/project.json @@ -1,6 +1,10 @@ { "version": "7.0.0-*", "description": "SQLite data store for Entity Framework.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/entityframework" + }, "compilationOptions": { "warningsAsErrors": true },