|
1 | 1 | {
|
2 |
| - "version": "1.0.0-*", |
| 2 | + "version": "1.0.0-beta5", |
3 | 3 | "dependencies": {
|
4 |
| - "Microsoft.Framework.Configuration.Abstractions": "1.0.0-*", |
5 |
| - "Microsoft.Framework.Configuration.Binder": "1.0.0-*", |
6 |
| - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*", |
7 |
| - "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } |
| 4 | + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta5", |
| 5 | + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta5", |
| 6 | + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta5", |
| 7 | + "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-beta5" } |
8 | 8 | },
|
9 | 9 | "frameworks": {
|
10 | 10 | "net45": { },
|
11 | 11 | "dnx451": { },
|
12 | 12 | "dotnet": {
|
13 | 13 | "dependencies": {
|
14 |
| - "System.ComponentModel": "4.0.0-*", |
15 |
| - "System.Diagnostics.Debug": "4.0.10-*", |
16 |
| - "System.Globalization": "4.0.10-*", |
17 |
| - "System.Linq": "4.0.0-*", |
18 |
| - "System.Linq.Expressions": "4.0.10-*", |
19 |
| - "System.Reflection": "4.0.10-*", |
20 |
| - "System.Reflection.TypeExtensions": "4.0.0-beta-*", |
21 |
| - "System.Resources.ResourceManager": "4.0.0-*", |
22 |
| - "System.Runtime": "4.0.20-*", |
23 |
| - "System.Runtime.Extensions": "4.0.10-beta-*", |
24 |
| - "System.Threading": "4.0.10-beta-*" |
| 14 | + "System.ComponentModel": "4.0.0-beta-23019", |
| 15 | + "System.Diagnostics.Debug": "4.0.10-beta-23019", |
| 16 | + "System.Globalization": "4.0.10-beta-23019", |
| 17 | + "System.Linq": "4.0.0-beta-23019", |
| 18 | + "System.Linq.Expressions": "4.0.10-beta-23019", |
| 19 | + "System.Reflection": "4.0.10-beta-23019", |
| 20 | + "System.Reflection.TypeExtensions": "4.0.0-beta-23019", |
| 21 | + "System.Resources.ResourceManager": "4.0.0-beta-23019", |
| 22 | + "System.Runtime": "4.0.20-beta-23019", |
| 23 | + "System.Runtime.Extensions": "4.0.10-beta-23019", |
| 24 | + "System.Threading": "4.0.10-beta-23019" |
25 | 25 | }
|
26 | 26 | }
|
27 | 27 | }
|
|
0 commit comments