|
1 | 1 | { |
2 | | - "version": "1.0.0-*", |
| 2 | + "version": "1.0.0-rc1-final", |
3 | 3 | "description": "ASP.NET 5 HTTP object model. HttpContext and family.", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
|
10 | 10 | "keyFile": "../../tools/Key.snk" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "Microsoft.AspNet.Http.Features": "1.0.0-*", |
| 13 | + "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", |
14 | 14 | "Microsoft.Extensions.ActivatorUtilities.Sources": { |
15 | 15 | "type": "build", |
16 | | - "version": "1.0.0-*" |
| 16 | + "version": "1.0.0-rc1-final" |
17 | 17 | }, |
18 | | - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-*" |
| 18 | + "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" |
19 | 19 | }, |
20 | 20 | "frameworks": { |
21 | 21 | "net451": {}, |
22 | 22 | "dotnet5.4": { |
23 | 23 | "dependencies": { |
24 | | - "System.Collections": "4.0.11-beta-*", |
25 | | - "System.Diagnostics.Tools": "4.0.1-beta-*", |
26 | | - "System.Globalization": "4.0.11-beta-*", |
27 | | - "System.Globalization.Extensions": "4.0.1-beta-*", |
28 | | - "System.Linq": "4.0.1-beta-*", |
29 | | - "System.Linq.Expressions": "4.0.11-beta-*", |
30 | | - "System.Net.Primitives": "4.0.11-beta-*", |
31 | | - "System.Net.WebSockets": "4.0.0-beta-*", |
32 | | - "System.Reflection.TypeExtensions": "4.0.1-beta-*", |
33 | | - "System.Runtime": "4.0.21-beta-*", |
34 | | - "System.Runtime.InteropServices": "4.0.21-beta-*", |
35 | | - "System.Security.Claims": "4.0.1-beta-*", |
36 | | - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", |
37 | | - "System.Security.Principal": "4.0.1-beta-*", |
38 | | - "System.Threading.Tasks": "4.0.11-beta-*" |
| 24 | + "System.Collections": "4.0.11-beta-23516", |
| 25 | + "System.Diagnostics.Tools": "4.0.1-beta-23516", |
| 26 | + "System.Globalization": "4.0.11-beta-23516", |
| 27 | + "System.Globalization.Extensions": "4.0.1-beta-23516", |
| 28 | + "System.Linq": "4.0.1-beta-23516", |
| 29 | + "System.Linq.Expressions": "4.0.11-beta-23516", |
| 30 | + "System.Net.Primitives": "4.0.11-beta-23516", |
| 31 | + "System.Net.WebSockets": "4.0.0-beta-23516", |
| 32 | + "System.Reflection.TypeExtensions": "4.1.0-beta-23516", |
| 33 | + "System.Runtime": "4.0.21-beta-23516", |
| 34 | + "System.Runtime.InteropServices": "4.0.21-beta-23516", |
| 35 | + "System.Security.Claims": "4.0.1-beta-23516", |
| 36 | + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", |
| 37 | + "System.Security.Principal": "4.0.1-beta-23516", |
| 38 | + "System.Threading.Tasks": "4.0.11-beta-23516" |
39 | 39 | } |
40 | 40 | } |
41 | 41 | } |
|
0 commit comments