forked from zzzprojects/System.Linq.Dynamic.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
40 lines (33 loc) · 1.06 KB
/
project.json
File metadata and controls
40 lines (33 loc) · 1.06 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
33
34
35
36
37
38
39
40
{
"version": "1.0.0-*",
"dependencies": {
"System.Linq.Dynamic.Core": "1.0.1-*",
"Linq.PropertyTranslator.Core": "1.0.0-*",
"QueryInterceptor.Core": "1.0.1",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
"commands": {
"test": "xunit.runner.dnx"
},
"frameworks": {
"dnx452": {
"dependencies": {
"EntityFramework.Core": "7.0.0-rc1-*",
"EntityFramework.InMemory": "7.0.0-rc1-*",
"EntityFramework.Sqlite": "7.0.0-rc1-*",
"System.Linq.Parallel": "4.0.1-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*"
}
},
"dnxcore50": {
"dependencies": {
"EntityFramework.Core": "7.0.0-rc1-*",
"EntityFramework.InMemory": "7.0.0-rc1-*",
"EntityFramework.Sqlite": "7.0.0-rc1-*",
"System.Linq.Parallel": "4.0.1-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*"
}
}
}
}