-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathproject.json
More file actions
30 lines (28 loc) · 810 Bytes
/
project.json
File metadata and controls
30 lines (28 loc) · 810 Bytes
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
{
"title": "Mondol.DapperPoco",
"copyright": "Mondol Studio",
"description": "Mondol.DapperPoco",
"version": "1.0.0-*",
"dependencies": {
"System.Linq": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Emit.Lightweight": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Data.Common": "4.3.0",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0",
"System.Collections.NonGeneric": "4.3.0",
"System.Xml.XmlDocument": "4.3.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
},
"buildOptions": {
"define": [ "ASYNC", "COREFX" ],
"nowarn": [ "1591" ],
"xmlDoc": true
}
}