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

Commit eb182fd

Browse files
committed
Fixed dependencies
1 parent 69849cc commit eb182fd

File tree

2 files changed

+46
-45
lines changed

2 files changed

+46
-45
lines changed
Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
{
2-
"version": "1.0.0-*",
3-
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
4-
"dependencies": {
5-
"Microsoft.Framework.ActivatorUtilities.Sources": { "type": "build", "version": "1.0.0-*" },
6-
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
7-
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
8-
},
9-
"frameworks": {
10-
"dnx451": { },
11-
"dnxcore50": {
12-
"dependencies": {
13-
"System.Collections": "4.0.10-beta-*",
14-
"System.Diagnostics.Tools": "4.0.0-beta-*",
15-
"System.Globalization": "4.0.10-beta-*",
16-
"System.Globalization.Extensions": "4.0.0-beta-*",
17-
"System.Linq": "4.0.0-beta-*",
18-
"System.Net.Primitives": "4.0.10-beta-*",
19-
"System.Net.WebSockets" : "4.0.0-beta-*",
20-
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
21-
"System.Runtime": "4.0.20-beta-*",
22-
"System.Runtime.InteropServices": "4.0.20-beta-*",
23-
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
24-
"System.Security.Claims": "4.0.0-beta-*",
25-
"System.Security.Principal": "4.0.0-beta-*",
26-
"System.Threading.Tasks": "4.0.10-beta-*"
27-
}
28-
}
2+
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
4+
"dependencies": {
5+
"Microsoft.Framework.ActivatorUtilities.Sources": { "type": "build", "version": "1.0.0-*" },
6+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
7+
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
8+
},
9+
"frameworks": {
10+
"dnx451": { },
11+
"dnxcore50": {
12+
"dependencies": {
13+
"System.Collections": "4.0.10-beta-*",
14+
"System.Diagnostics.Tools": "4.0.0-beta-*",
15+
"System.Globalization": "4.0.10-beta-*",
16+
"System.Globalization.Extensions": "4.0.0-beta-*",
17+
"System.Linq": "4.0.0-beta-*",
18+
"System.Linq.Expressions": "4.0.10-beta-*",
19+
"System.Net.Primitives": "4.0.10-beta-*",
20+
"System.Net.WebSockets": "4.0.0-beta-*",
21+
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
22+
"System.Runtime": "4.0.20-beta-*",
23+
"System.Runtime.InteropServices": "4.0.20-beta-*",
24+
"System.Security.Claims": "4.0.0-beta-*",
25+
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
26+
"System.Security.Principal": "4.0.0-beta-*",
27+
"System.Threading.Tasks": "4.0.10-beta-*"
28+
}
2929
}
30+
}
3031
}
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"version": "1.0.0-*",
3-
"description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.",
4-
"dependencies": {
5-
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
6-
"Microsoft.AspNet.Http.Features": "1.0.0-*",
7-
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
8-
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*",
9-
"Microsoft.Net.Http.Headers": "1.0.0-*"
10-
},
11-
"frameworks": {
12-
"dnx451": {
13-
},
14-
"dnxcore50": {
15-
"dependencies": {
16-
"System.IO.FileSystem": "4.0.0-beta-*",
17-
"System.Runtime": "4.0.20-beta-*"
18-
}
19-
}
2+
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.",
4+
"dependencies": {
5+
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
6+
"Microsoft.AspNet.Http.Features": "1.0.0-*",
7+
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
8+
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*",
9+
"Microsoft.Net.Http.Headers": "1.0.0-*"
10+
},
11+
"frameworks": {
12+
"dnx451": { },
13+
"dnxcore50": {
14+
"dependencies": {
15+
"System.IO.FileSystem": "4.0.0-beta-*",
16+
"System.Runtime": "4.0.20-beta-*",
17+
"System.Resources.ResourceManager": "4.0.0-beta-*"
18+
}
2019
}
20+
}
2121
}

0 commit comments

Comments
 (0)