forked from roji/Npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
54 lines (54 loc) · 1.53 KB
/
project.json
File metadata and controls
54 lines (54 loc) · 1.53 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
47
48
49
50
51
52
53
54
{
"version": "3.1.0-*",
"packOptions": {
"owners": [
"Shay Rojansky",
"Emil Lenngren",
"Francisco Figueiredo Jr.",
"Kenji Uno"
],
"authors": [
"Shay Rojansky",
"Emil Lenngren",
"Francisco Figueiredo Jr.",
"Kenji Uno",
"Jon Asher",
"Josh Cooley",
"Federico Di Gregorio",
"Jon Hanna",
"Chris Morgan",
"Dave Page",
"Glen Parker",
"Brar Piening",
"Hiroshi Saito"
],
"description" : "PostgreSQL provider for Entity Framework 6",
"iconUrl": "http://www.npgsql.org/img/postgresql.gif",
"licenseUrl": "https://raw.githubusercontent.com/npgsql/npgsql/develop/LICENSE.txt",
"repository": {
"type": "git",
"url": "git://github.com/npgsql/npgsql"
}
},
"buildOptions": {
"define": [ "ENTITIES6" ],
"keyFile": "../../Npgsql.snk"
},
"dependencies" : {
"EntityFramework": "6.1.3",
"Npgsql": "3.1.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Collections": { "version": "4.0.0.0", "type": "build" },
"System.Data": { "version": "4.0.0.0", "type": "build" },
"System.Data.Entity": { "version": "4.0.0.0", "type": "build" },
"System.Reflection": { "version": "4.0.0.0", "type": "build" },
"System.Diagnostics.Contracts": { "version": "4.0.0.0", "type": "build" },
"System.Linq.Expressions": { "version": "4.0.0.0", "type": "build" },
"System.Runtime": { "version": "4.0.0.0", "type": "build" }
}
}
}
}