|
1 | 1 | { |
2 | | - "version": "1.0.0-*", |
| 2 | + "version": "1.0.0-rc1-final", |
3 | 3 | "description": "ASP.NET 5 cross platform development web server.", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "git://github.com/aspnet/kestrelhttpserver" |
7 | 7 | }, |
8 | 8 | "dependencies": { |
9 | | - "Microsoft.AspNet.Hosting": "1.0.0-*", |
10 | | - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", |
11 | | - "System.Numerics.Vectors": "4.1.1-beta-*", |
| 9 | + "Microsoft.AspNet.Hosting": "1.0.0-rc1-final", |
| 10 | + "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", |
| 11 | + "System.Numerics.Vectors": "4.1.1-beta-23516", |
12 | 12 | "Microsoft.StandardsPolice": { |
13 | 13 | "version": "1.0.0-*", |
14 | 14 | "type": "build" |
15 | 15 | }, |
16 | 16 | "Microsoft.AspNet.Internal.libuv-Darwin": { |
17 | | - "version": "1.0.0-*", |
| 17 | + "version": "1.0.0-rc1-final", |
18 | 18 | "type": "build" |
19 | 19 | }, |
20 | 20 | "Microsoft.AspNet.Internal.libuv-Windows": { |
21 | | - "version": "1.0.0-*", |
| 21 | + "version": "1.0.0-rc1-final", |
22 | 22 | "type": "build" |
23 | 23 | } |
24 | 24 | }, |
25 | 25 | "frameworks": { |
26 | | - "dnx451": { }, |
27 | | - "net451": { }, |
| 26 | + "dnx451": {}, |
| 27 | + "net451": {}, |
28 | 28 | "dnxcore50": { |
29 | 29 | "dependencies": { |
30 | | - "System.Collections": "4.0.11-beta-*", |
31 | | - "System.Diagnostics.Debug": "4.0.11-beta-*", |
32 | | - "System.Diagnostics.TraceSource": "4.0.0-beta-*", |
33 | | - "System.Diagnostics.Tracing": "4.0.21-beta-*", |
34 | | - "System.Globalization": "4.0.11-beta-*", |
35 | | - "System.IO": "4.0.11-beta-*", |
36 | | - "System.Linq": "4.0.1-beta-*", |
37 | | - "System.Net.Primitives": "4.0.11-beta-*", |
38 | | - "System.Runtime.Extensions": "4.0.11-beta-*", |
39 | | - "System.Runtime.InteropServices": "4.0.21-beta-*", |
40 | | - "System.Text.Encoding": "4.0.11-beta-*", |
41 | | - "System.Threading": "4.0.11-beta-*", |
42 | | - "System.Threading.Tasks": "4.0.11-beta-*", |
43 | | - "System.Threading.Thread": "4.0.0-beta-*", |
44 | | - "System.Threading.ThreadPool": "4.0.10-beta-*", |
45 | | - "System.Threading.Timer": "4.0.1-beta-*" |
| 30 | + "System.Collections": "4.0.11-beta-23516", |
| 31 | + "System.Diagnostics.Debug": "4.0.11-beta-23516", |
| 32 | + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", |
| 33 | + "System.Diagnostics.Tracing": "4.0.21-beta-23516", |
| 34 | + "System.Globalization": "4.0.11-beta-23516", |
| 35 | + "System.IO": "4.0.11-beta-23516", |
| 36 | + "System.Linq": "4.0.1-beta-23516", |
| 37 | + "System.Net.Primitives": "4.0.11-beta-23516", |
| 38 | + "System.Runtime.Extensions": "4.0.11-beta-23516", |
| 39 | + "System.Runtime.InteropServices": "4.0.21-beta-23516", |
| 40 | + "System.Text.Encoding": "4.0.11-beta-23516", |
| 41 | + "System.Threading": "4.0.11-beta-23516", |
| 42 | + "System.Threading.Tasks": "4.0.11-beta-23516", |
| 43 | + "System.Threading.Thread": "4.0.0-beta-23516", |
| 44 | + "System.Threading.ThreadPool": "4.0.10-beta-23516", |
| 45 | + "System.Threading.Timer": "4.0.1-beta-23516" |
46 | 46 | } |
47 | 47 | }, |
48 | 48 | "dotnet5.4": { |
49 | 49 | "dependencies": { |
50 | | - "System.Collections": "4.0.11-beta-*", |
51 | | - "System.Diagnostics.Debug": "4.0.11-beta-*", |
52 | | - "System.Diagnostics.TraceSource": "4.0.0-beta-*", |
53 | | - "System.Diagnostics.Tracing": "4.0.21-beta-*", |
54 | | - "System.Globalization": "4.0.11-beta-*", |
55 | | - "System.IO": "4.0.11-beta-*", |
56 | | - "System.Linq": "4.0.1-beta-*", |
57 | | - "System.Net.Primitives": "4.0.11-beta-*", |
58 | | - "System.Runtime.Extensions": "4.0.11-beta-*", |
59 | | - "System.Runtime.InteropServices": "4.0.21-beta-*", |
60 | | - "System.Text.Encoding": "4.0.11-beta-*", |
61 | | - "System.Threading": "4.0.11-beta-*", |
62 | | - "System.Threading.Tasks": "4.0.11-beta-*", |
63 | | - "System.Threading.Thread": "4.0.0-beta-*", |
64 | | - "System.Threading.ThreadPool": "4.0.10-beta-*", |
65 | | - "System.Threading.Timer": "4.0.1-beta-*" |
| 50 | + "System.Collections": "4.0.11-beta-23516", |
| 51 | + "System.Diagnostics.Debug": "4.0.11-beta-23516", |
| 52 | + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", |
| 53 | + "System.Diagnostics.Tracing": "4.0.21-beta-23516", |
| 54 | + "System.Globalization": "4.0.11-beta-23516", |
| 55 | + "System.IO": "4.0.11-beta-23516", |
| 56 | + "System.Linq": "4.0.1-beta-23516", |
| 57 | + "System.Net.Primitives": "4.0.11-beta-23516", |
| 58 | + "System.Runtime.Extensions": "4.0.11-beta-23516", |
| 59 | + "System.Runtime.InteropServices": "4.0.21-beta-23516", |
| 60 | + "System.Text.Encoding": "4.0.11-beta-23516", |
| 61 | + "System.Threading": "4.0.11-beta-23516", |
| 62 | + "System.Threading.Tasks": "4.0.11-beta-23516", |
| 63 | + "System.Threading.Thread": "4.0.0-beta-23516", |
| 64 | + "System.Threading.ThreadPool": "4.0.10-beta-23516", |
| 65 | + "System.Threading.Timer": "4.0.1-beta-23516" |
66 | 66 | } |
67 | 67 | } |
68 | 68 | }, |
|
0 commit comments