forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
32 lines (32 loc) · 1.09 KB
/
Copy pathproject.json
File metadata and controls
32 lines (32 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"dependencies": {
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.InteropServices": "4.0.20",
"System.Runtime.Handles": "4.0.0",
"System.IO": "4.0.10",
"System.IO.FileSystem": "4.0.0",
"System.Text.Encoding": "4.0.10",
"System.Text.Encoding.CodePages": "4.0.0",
"System.Text.Encoding.Extensions": "4.0.10",
"System.Threading": "4.0.10",
"System.Threading.Tasks": "4.0.10",
"System.Threading.Thread": "4.0.0-beta-*",
"System.Threading.ThreadPool": "4.0.10-beta-*",
"System.Resources.ResourceManager": "4.0.0",
"System.Globalization": "4.0.10",
"System.Diagnostics.Contracts": "4.0.0",
"System.Diagnostics.Tools": "4.0.0",
"System.Diagnostics.Debug": "4.0.10",
"System.Reflection": "4.0.10",
"System.IO.FileSystem.Primitives": "4.0.0",
"System.Collections": "4.0.10",
"System.Console": "4.0.0-beta-*",
"Microsoft.Win32.Primitives": "4.0.0",
"Microsoft.Win32.Registry": "4.0.0-beta-*",
"System.Security.SecureString": "4.0.0-beta-*"
},
"frameworks": {
"dnxcore50": {}
}
}