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
23 lines (23 loc) · 738 Bytes
/
project.json
File metadata and controls
23 lines (23 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0",
"System.Diagnostics.Contracts": "4.0.0",
"System.Diagnostics.Tools": "4.0.0",
"System.Globalization": "4.0.10",
"System.IO": "4.0.10",
"System.IO.Compression": "4.0.0",
"System.Net.Primitives": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.Handles": "4.0.0",
"System.Runtime.InteropServices": "4.0.20",
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
"System.Security.Principal": "4.0.0",
"System.Text.Encoding": "4.0.10",
"System.Threading": "4.0.0",
"System.Threading.Tasks": "4.0.10",
},
"frameworks": {
"dnxcore50": {}
}
}