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

Commit f7f4d49

Browse files
committed
React to common package name change
1 parent c9c09fb commit f7f4d49

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/Microsoft.AspNet.FeatureModel/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP feature infrastructure.",
44
"dependencies": {
5-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
5+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
66
},
77
"frameworks": {
88
"dnx451": {},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
44
"dependencies": {
5-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
5+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
66
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
77
},
88
"frameworks": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
66
"Microsoft.AspNet.Http.Features": "1.0.0-*",
77
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
8-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
8+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
99
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*",
1010
"Microsoft.Net.Http.Headers": "1.0.0-*"
1111
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP feature interface definitions.",
44
"dependencies": {
5-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
5+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
66
},
77
"frameworks": {
88
"dnx451": { },

src/Microsoft.AspNet.Http/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
77
"Microsoft.AspNet.Http.Features": "1.0.0-*",
88
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
9-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
9+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
1010
"Microsoft.Net.Http.Headers": "1.0.0-*"
1111
},
1212
"frameworks": {

src/Microsoft.AspNet.Owin/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "ASP.NET 5 component for running OWIN middleware.",
44
"dependencies": {
55
"Microsoft.AspNet.Http": "1.0.0-*",
6-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
6+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
77
},
88
"frameworks": {
99
"dnx451": { },

src/Microsoft.AspNet.WebUtilities/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 common helper methods.",
44
"dependencies": {
5-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
5+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
66
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
77
},
88
"frameworks": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"allowUnsafe": true
66
},
77
"dependencies": {
8-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
8+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
99
},
1010
"frameworks": {
1111
"net45": { },

src/Microsoft.Framework.WebEncoders/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
66
"Microsoft.Framework.OptionsModel": "1.0.0-*",
7-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
7+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
88
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
99
},
1010
"frameworks": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4-
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
4+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
55
},
66
"frameworks" : {
77
"net45" : { },

0 commit comments

Comments
 (0)