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
46 lines (37 loc) · 1.09 KB
/
project.json
File metadata and controls
46 lines (37 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "1.0.0-*",
"compile": [
"../../test/System.Linq.Dynamic.Core.Tests/*.cs",
"../../test/System.Linq.Dynamic.Core.Tests/*/*.cs",
"../../test/System.Linq.Dynamic.Core.Tests/*/*/*.cs"
],
"dependencies": {
"ReflectionBridge": "0.0.9",
"xunit": "2.1.0",
"TestToolsToXunitProxy": "0.0.2",
"xunit.runner.dnx": "2.1.0-rc1-build204",
"System.Linq.Dynamic.Core": "1.0.1-*"
},
"compilationOptions": {
"define": [ "NETSTANDARD" ]
},
"commands": {
"test": "xunit.runner.dnx"
},
"frameworks": {
"netstandardapp1.0": {
"imports": [
"dnxcore50",
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc3-23910",
"Microsoft.CSharp": "4.0.1-rc3-23910",
"Microsoft.EntityFrameworkCore": "1.0.0-rc3-*",
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0-rc3-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-rc3-*",
"System.Linq.Queryable": "4.0.1-rc3-23910"
}
}
}
}