forked from Emill/Npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
66 lines (66 loc) · 2.77 KB
/
project.json
File metadata and controls
66 lines (66 loc) · 2.77 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"version": "3.0.0-alpha-*",
"authors": [
"Francisco Figueiredo Jr.",
"Josh Cooley",
"Dave Page",
"Jon Asher",
"Brar Piening",
"Chris Morgan",
"Hiroshi Saito",
"Jon Hanna",
"Federico Di Gregorio",
"Glen Parker",
"Shay Rojansky"
],
"description" : "Npgsql is a .NET data provider for PostgreSQL, 100% implemented in C# code. PostgreSQL 9.x and above is officially supported, other versions may work.",
"compilationOptions": {
"define": [ "KPROJ", "__MonoCS__" ]
},
"scripts": {
"prebuild": "msbuild.exe Npgsql.csproj /t:RewriteAsync",
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Transactions": "4.0.0.0",
"System.DirectoryServices": "4.0.0.0",
"System.Data": "4.0.0.0",
"System.Numerics": "4.0.0.0",
"System.Xml": "4.0.0.0"
}
},
"dnxcore50_commented": {
"dependencies": {
"System.Collections.Concurrent": "4.0.10-beta-*",
"System.ComponentModel": "4.0.0-beta-*",
"System.ComponentModel.TypeConverter": "4.0.0-beta-*",
"System.Data.Common": "4.0.0-beta-*",
"System.Diagnostics.Contracts": "4.0.0-beta-*",
"System.Diagnostics.Tools": "4.0.0-beta-*",
"System.Globalization": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Net.NameResolution": "4.0.0-beta-*",
"System.Net.Primitives": "4.0.10-beta-*",
"System.Net.Sockets": "4.0.0-beta-*",
"System.Net.Security": "4.0.0-beta-*",
"System.Net.NetworkInformation": "4.0.10-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Runtime.InteropServices": "4.0.10-beta-*",
"System.Runtime.Numerics": "4.0.0-beta-*",
"System.Reflection": "4.0.10-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing": "4.0.0-beta-*",
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*",
"System.Security.Principal": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
"System.Text.RegularExpressions": "4.0.10-beta-*",
"System.Threading": "4.0.10-beta-*",
"System.Threading.Thread": "4.0.0-beta-*",
}
}
}
}