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
89 lines (89 loc) · 3.77 KB
/
Copy pathproject.json
File metadata and controls
89 lines (89 loc) · 3.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"version": "7.0.0-*",
"description": "Entity Framework is Microsoft's recommended data access technology for new applications.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/entityframework"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Ix-Async": "1.2.5",
"Microsoft.Framework.Caching.Abstractions": "1.0.0-*",
"Microsoft.Framework.Caching.Memory": "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "1.0.0-*",
"Remotion.Linq": "2.0.0-beta-002",
"System.Collections.Immutable": "1.1.36"
},
"compile": "..\\Shared\\*.cs",
"namedResource": {
"EntityFramework.Core.Strings": "Properties/Strings.resx"
},
"resource": ["Properties/EntityFramework.Core.rd.xml"],
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Collections": { "version": "4.0.0.0", "type": "build" },
"System.ComponentModel.DataAnnotations": "4.0.0.0",
"System.Diagnostics.Debug": { "version": "4.0.0.0", "type": "build" },
"System.Diagnostics.Tools": { "version": "4.0.0.0", "type": "build" },
"System.Globalization": { "version": "4.0.0.0", "type": "build" },
"System.Linq": { "version": "4.0.0.0", "type": "build" },
"System.Linq.Expressions": { "version": "4.0.0.0", "type": "build" },
"System.Linq.Queryable": { "version": "4.0.0.0", "type": "build" },
"System.ObjectModel": { "version": "4.0.0.0", "type": "build" },
"System.Reflection": { "version": "4.0.0.0", "type": "build" },
"System.Reflection.Extensions": { "version": "4.0.0.0", "type": "build" },
"System.Resources.ResourceManager": { "version": "4.0.0.0", "type": "build" },
"System.Runtime": { "version": "4.0.0.0", "type": "build" },
"System.Runtime.Extensions": { "version": "4.0.0.0", "type": "build" },
"System.Threading": { "version": "4.0.0.0", "type": "build" }
}
},
"dnx451": {
"frameworkAssemblies": {
"System.Collections": "4.0.0.0",
"System.ComponentModel.DataAnnotations": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.0.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Globalization": "4.0.0.0",
"System.Linq": "4.0.0.0",
"System.Linq.Expressions": "4.0.0.0",
"System.Linq.Queryable": "4.0.0.0",
"System.ObjectModel": "4.0.0.0",
"System.Reflection": "4.0.0.0",
"System.Reflection.Extensions": "4.0.0.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.0.0",
"System.Runtime.Extensions": "4.0.0.0",
"System.Threading": "4.0.0.0"
}
},
"dotnet": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.ComponentModel": "4.0.1-beta-*",
"System.ComponentModel.Annotations": "4.0.11-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Diagnostics.Tools": "4.0.1-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Linq.Queryable": "4.0.1-beta-*",
"System.ObjectModel": "4.0.11-beta-*",
"System.Reflection": "4.0.10-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Threading": "4.0.11-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*"
}
}
}
}