forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathproject.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"version": "0.1-alpha-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.Data.Common": "0.1-alpha-*",
"Microsoft.Data.Entity": "",
"Microsoft.Data.Entity.Migrations": "",
"Microsoft.Data.Entity.Relational": "",
"Microsoft.Data.SQLite": "0.1-alpha-*",
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*"
},
"code": "**\\*.cs;..\\Shared\\*.cs",
"configurations": {
"net451": {
"dependencies": {
"System.Data": ""
}
},
"k10": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10.0",
"System.Globalization": "4.0.10.0",
"System.Reflection": "4.0.10.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0"
}
},
".NETPortable,Version=v4.6,Profile=Profile44": {
"dependencies": {
"System.Diagnostics.Debug": "",
"System.Globalization": "",
"System.Reflection": "",
"System.Resources.ResourceManager": "",
"System.Runtime": ""
}
}
}
}