forked from elastic/elasticsearch-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
60 lines (60 loc) · 1.51 KB
/
project.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"version": "5.0.0-ci20160819124606",
"buildOptions": {
"emitEntryPoint": true,
"warningsAsErrors": false,
"nowarn": ["CS1591", "1591", "1573"],
"embed": [
"Document\\Single\\Attachment\\Attachment_Test_Document.pdf"
]
},
"dependencies": {
"Bogus": "9.0.2",
"BenchmarkDotNet": "0.10.0",
"System.Buffers": "4.0.0",
"DiffPlex": "2.0.0-alpha1",
"Elasticsearch.Net": { "target": "project" },
"FluentAssertions": "4.19",
"Nest": { "target": "project" },
"Newtonsoft.Json": "9.0.1",
"Rx-Main": "2.3.0-beta2",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"SemanticVersioning": "0.7.6"
},
"configurations": {
"Debug": {
"buildOptions": {
"define": [ "DEBUG", "TRACE" ]
}
},
"Release": {
"buildOptions": {
"define": [ "RELEASE", "TRACE" ],
"optimize": true
}
}
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.0": {
"buildOptions": { "define": [ "DOTNETCORE" ] },
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
},
"System.Collections": "4.0.11",
"System.Diagnostics.Tools": "4.0.1",
"System.Net.Http": "4.1.0",
"System.Reflection": "4.1.0",
"System.Runtime": "4.1.0",
"System.IO.Compression.ZipFile": "4.0.1"
},
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
}
}