|
1 | 1 | {
|
2 | 2 | "dependencies": {
|
3 |
| - "System.Collections": "4.0.0-beta-*", |
| 3 | + "System.Collections": "4.0.0", |
4 | 4 | "System.Console": "4.0.0-beta-*",
|
5 |
| - "System.Diagnostics.Contracts": "4.0.0-beta-*", |
6 |
| - "System.Diagnostics.Tracing": "4.0.20-beta-*", |
7 |
| - "System.Runtime": "4.0.20-beta-*", |
8 |
| - "System.Runtime.Extensions": "4.0.10-beta-*", |
9 |
| - "System.Resources.ResourceManager": "4.0.0-beta-*", |
10 |
| - "System.Threading": "4.0.0-beta-*", |
11 |
| - "System.Threading.Tasks": "4.0.0-beta-*", |
12 |
| - "System.Runtime.InteropServices": "4.0.20-beta-*", |
13 |
| - "System.Runtime.Handles": "4.0.0-beta-*", |
14 |
| - "System.IO": "4.0.10-beta-*", |
15 |
| - "System.IO.FileSystem": "4.0.0-beta-*", |
16 |
| - "System.IO.FileSystem.Primitives": "4.0.0-beta-*", |
17 |
| - "System.ComponentModel.EventBasedAsync": "4.0.10-beta-*", |
18 |
| - "System.Globalization": "4.0.0-beta-*", |
19 |
| - "System.Diagnostics.Debug": "4.0.10-beta-*", |
20 |
| - "System.Collections.NonGeneric": "4.0.0-beta-*", |
21 |
| - "System.Security.Claims": "4.0.0-beta-*", |
| 5 | + "System.Diagnostics.Contracts": "4.0.0", |
| 6 | + "System.Diagnostics.Tracing": "4.0.20", |
| 7 | + "System.Runtime": "4.0.20", |
| 8 | + "System.Runtime.Extensions": "4.0.10", |
| 9 | + "System.Resources.ResourceManager": "4.0.0", |
| 10 | + "System.Threading": "4.0.0", |
| 11 | + "System.Threading.Tasks": "4.0.0", |
| 12 | + "System.Runtime.InteropServices": "4.0.20", |
| 13 | + "System.Runtime.Handles": "4.0.0", |
| 14 | + "System.IO": "4.0.10", |
| 15 | + "System.IO.FileSystem": "4.0.0", |
| 16 | + "System.IO.FileSystem.Primitives": "4.0.0", |
| 17 | + "System.ComponentModel.EventBasedAsync": "4.0.10", |
| 18 | + "System.Globalization": "4.0.0", |
| 19 | + "System.Diagnostics.Debug": "4.0.10", |
| 20 | + "System.Collections.NonGeneric": "4.0.0", |
| 21 | + "System.Security.Claims": "4.0.0", |
22 | 22 | "System.Security.SecureString": "4.0.0-beta-*",
|
23 |
| - "Microsoft.Win32.Primitives": "4.0.0-beta-*", |
| 23 | + "Microsoft.Win32.Primitives": "4.0.0", |
24 | 24 | "xunit": "2.0.0-beta5-build2785",
|
25 | 25 | "xunit.abstractions.netcore": "1.0.0-prerelease",
|
26 | 26 | "xunit.assert": "2.0.0-beta5-build2785",
|
|
0 commit comments