Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit bbbd0d9

Browse files
author
Victor Hurdugaci
committed
Add repository information to project files
1 parent 40719b3 commit bbbd0d9

File tree

10 files changed

+40
-0
lines changed

10 files changed

+40
-0
lines changed

src/Microsoft.AspNet.FeatureModel/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP feature infrastructure.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"dependencies": {
59
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
610
},

src/Microsoft.AspNet.Http.Abstractions/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"dependencies": {
59
"Microsoft.AspNet.Http.Features": "1.0.0-*",
610
"Microsoft.Framework.ActivatorUtilities.Sources": { "type": "build", "version": "1.0.0-*" },

src/Microsoft.AspNet.Http.Extensions/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"dependencies": {
59
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
610
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },

src/Microsoft.AspNet.Http.Features/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP feature interface definitions.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"dependencies": {
59
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
610
},

src/Microsoft.AspNet.Http/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP feature implementations.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"dependencies": {
59
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
610
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",

src/Microsoft.AspNet.Owin/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 component for running OWIN middleware.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"dependencies": {
59
"Microsoft.AspNet.Http": "1.0.0-*",
610
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }

src/Microsoft.AspNet.WebUtilities/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 common helper methods.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"dependencies": {
59
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
610
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"

src/Microsoft.Framework.WebEncoders.Core/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "Contains core encoders for HTML, JavaScript strings, and URLs.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"compilationOptions": {
59
"allowUnsafe": true
610
},

src/Microsoft.Framework.WebEncoders/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"description": "Contains registration and configuration APIs for the core framework encoders.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/httpabstractions"
7+
},
48
"dependencies": {
59
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
610
"Microsoft.Framework.OptionsModel": "1.0.0-*",

src/Microsoft.Net.Http.Headers/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"dependencies": {
44
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
55
},
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/aspnet/httpabstractions"
9+
},
610
"frameworks" : {
711
"net45" : { },
812
"dnx451" : { },

0 commit comments

Comments
 (0)