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) · 751 Bytes
/
project.json
File metadata and controls
23 lines (23 loc) · 751 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": {
"System.Collections": "4.0.10",
"System.Collections.Concurrent": "4.0.10",
"System.IO": "4.0.10",
"System.IO.FileSystem": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-*",
"System.Text.Encoding": "4.0.10",
"System.Threading": "4.0.10",
"System.Threading.Overlapped": "4.0.0",
"System.Threading.Tasks": "4.0.10",
"System.Threading.Tasks.Parallel": "4.0.0",
"System.Threading.Thread": "4.0.0-beta-*",
"System.Threading.ThreadPool": "4.0.10-beta-*",
"xunit": "2.1.0-beta3-*",
"xunit.netcore.extensions": "1.0.0-prerelease-*"
},
"frameworks": {
"dnxcore50": {}
}
}