forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
47 lines (47 loc) · 1.42 KB
/
project.json
File metadata and controls
47 lines (47 loc) · 1.42 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
{
"version": "3.1.0-*",
"authors": [
"Shay Rojansky"
],
"description" : "PostgreSQL provider for Entity Framework 7",
"iconUrl": "http://www.npgsql.org/img/postgresql.gif",
"repository": {
"type": "git",
"url": "git://github.com/npgsql/npgsql"
},
"compile": "../Shared/*.cs",
"compilationOptions": {
"keyFile": "../../Npgsql.snk"
},
"dependencies" : {
"EntityFramework.Core": "7.0.0-rc2-16583",
"EntityFramework.Relational": "7.0.0-rc2-16583",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-*",
"Npgsql": "3.1.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Collections": { "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" }
}
},
"dnx451": {
"frameworkAssemblies": {
"System.Collections": "4.0.0.0",
"System.Reflection": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Linq.Expressions": "4.0.0.0",
"System.Runtime": "4.0.0.0"
}
},
"dnxcore50": {
"dependencies": {
}
}
}
}