Skip to content

Commit

Permalink
Add repository information to project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Hurdugaci committed Jul 2, 2015
1 parent e6e77b4 commit f2a1c5d
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/EntityFramework.Commands/project.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
4 changes: 4 additions & 0 deletions src/EntityFramework.Core/project.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
4 changes: 4 additions & 0 deletions src/EntityFramework.InMemory/project.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
4 changes: 4 additions & 0 deletions src/EntityFramework.Relational.Design/project.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
4 changes: 4 additions & 0 deletions src/EntityFramework.Relational/project.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
4 changes: 4 additions & 0 deletions src/EntityFramework.SqlServer.Design/project.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
4 changes: 4 additions & 0 deletions src/EntityFramework.SqlServer/project.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
4 changes: 4 additions & 0 deletions src/EntityFramework.Sqlite/project.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down

0 comments on commit f2a1c5d

Please sign in to comment.