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
25 lines (25 loc) · 832 Bytes
/
project.json
File metadata and controls
25 lines (25 loc) · 832 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
{
"version": "0.0.0",
"dependencies": {
"NUnit": "2.6.4",
"NLog": "3.2.0.0",
"EntityFramework6.Npgsql": "3.1.0-alpha2",
"Npgsql.Tests": "0.0.0"
},
"compilationOptions": {
"keyFile": "../../Npgsql.snk"
},
"frameworks": {
"net46": {
"frameworkAssemblies": {
"System.Diagnostics.Contracts": { "version": "4.0.0.0", "type": "build" },
"System.Runtime.Serialization": { "version": "4.0.0.0", "type": "build" },
"System.Transactions": { "version": "4.0.0.0", "type": "build" },
"System.DirectoryServices": { "version": "4.0.0.0", "type": "build" },
"System.Data": { "version": "4.0.0.0", "type": "build" },
"System.Xml": { "version": "4.0.0.0", "type": "build" },
"System.Web": { "version": "4.0.0.0", "type": "build" }
}
}
}
}