|
13 | 13 | "compilationOptions": { |
14 | 14 | }, |
15 | 15 |
|
| 16 | + "dependencies": { |
| 17 | + "JetBrains.Annotations": { |
| 18 | + "version": "10.1.4", |
| 19 | + "type": "build" |
| 20 | + } |
| 21 | + }, |
| 22 | + |
16 | 23 | "frameworks": { |
17 | 24 | "net35": { |
18 | 25 | "frameworkAssemblies": { |
19 | 26 | }, |
20 | 27 | "dependencies": { |
21 | | - "JetBrains.Annotations": "10.1.4", |
22 | 28 | "NetLegacySupport.ConcurrentDictionary": "1.1.0" |
23 | 29 | } |
24 | 30 | }, |
25 | 31 | "net40": { |
26 | | - "dependencies": { |
27 | | - "JetBrains.Annotations": "10.1.4" |
28 | | - }, |
29 | 32 | "frameworkAssemblies": { |
30 | | - "System.Data.Entity": "" |
31 | 33 | } |
32 | 34 | }, |
33 | 35 | "net45": { |
34 | | - "dependencies": { |
35 | | - "JetBrains.Annotations": "10.1.4" |
36 | | - }, |
37 | 36 | "frameworkAssemblies": { |
38 | | - "System.Data.Entity": "" |
39 | 37 | } |
40 | 38 | }, |
41 | 39 | "net451": { |
42 | | - "dependencies": { |
43 | | - "JetBrains.Annotations": "10.1.4" |
44 | | - }, |
45 | 40 | "frameworkAssemblies": { |
46 | | - "System.Data.Entity": "" |
47 | 41 | } |
48 | 42 | }, |
49 | 43 | "net452": { |
50 | | - "dependencies": { |
51 | | - "JetBrains.Annotations": "10.1.4" |
52 | | - }, |
53 | 44 | "frameworkAssemblies": { |
54 | | - "System.Data.Entity": "" |
55 | 45 | } |
56 | 46 | }, |
57 | 47 | "net461": { |
58 | | - "dependencies": { |
59 | | - "JetBrains.Annotations": "10.1.4" |
60 | | - }, |
61 | 48 | "frameworkAssemblies": { |
62 | | - "System.Data.Entity": "" |
63 | 49 | } |
64 | 50 | }, |
65 | 51 | "dnx451": { |
66 | | - "dependencies": { |
67 | | - "JetBrains.Annotations": "10.1.4" |
68 | | - }, |
69 | 52 | "frameworkAssemblies": { |
70 | | - "System.Data.Entity": "" |
71 | 53 | } |
72 | 54 | }, |
73 | 55 | "dnx452": { |
74 | | - "dependencies": { |
75 | | - "JetBrains.Annotations": "10.1.4" |
76 | | - }, |
77 | 56 | "frameworkAssemblies": { |
78 | | - "System.Data.Entity": "" |
79 | 57 | } |
80 | 58 | }, |
81 | 59 | "dnxcore5": { |
82 | 60 | "dependencies": { |
83 | | - "JetBrains.Annotations": "10.1.4", |
84 | | - |
85 | | - "Microsoft.CSharp": "4.0.1-beta-*", |
86 | | - |
87 | | - "System.Collections.Concurrent": "4.0.11-beta-*", |
88 | | - |
89 | 61 | "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", |
90 | | - |
91 | | - "System.Runtime.Extensions": "4.0.11-beta-*", |
92 | | - "System.Runtime.InteropServices": "4.0.21-beta-*", |
93 | | - "System.Runtime.Loader": "4.0.0-beta-*", |
94 | | - |
95 | | - "System.Runtime.Serialization.Primitives": "4.1.0-beta-*", |
96 | | - "System.Runtime.Serialization.Xml": "4.1.0-beta-*", |
97 | | - |
98 | | - "System.Reflection.Primitives": "4.0.1-beta-*", |
99 | | - "System.Reflection.TypeExtensions": "4.1.0-beta-*", |
100 | | - "System.Reflection.Emit": "4.0.1-beta-*", |
101 | | - |
102 | | - "System.Linq": "4.0.1-beta-*", |
103 | | - "System.Linq.Expressions": "4.0.11-beta-*", |
104 | | - "System.Linq.Queryable": "4.0.1-beta-*", |
105 | | - |
106 | | - "System.Globalization": "4.0.11-beta-*", |
107 | | - |
108 | | - "System.Diagnostics.Debug": "4.0.11-beta-*", |
109 | | - "System.Diagnostics.Tools": "4.0.1-beta-*", |
110 | | - "System.Diagnostics.Tracing": "4.0.21-beta-*", |
111 | | - |
112 | | - "System.Threading": "4.0.11-beta-*" |
| 62 | + "System.Collections.Concurrent": "4.0.11-*", |
| 63 | + "System.Dynamic.Runtime": "4.0.11-*", |
| 64 | + "System.Reflection.Emit": "4.0.1-*", |
| 65 | + "System.Reflection.TypeExtensions": "4.1.0-*", |
| 66 | + "System.Linq.Expressions": "4.0.11-*", |
| 67 | + "System.Linq.Queryable": "4.0.1-*" |
113 | 68 | } |
114 | 69 | }, |
115 | 70 | "dotnet54": { |
116 | 71 | "dependencies": { |
117 | | - "JetBrains.Annotations": "10.1.4", |
118 | | - |
119 | | - "Microsoft.CSharp": "4.0.1-beta-*", |
120 | | - |
121 | | - "System.Collections.Concurrent": "4.0.11-beta-*", |
122 | | - |
123 | 72 | "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", |
124 | | - |
125 | | - "System.Runtime.Extensions": "4.0.11-beta-*", |
126 | | - "System.Runtime.InteropServices": "4.0.21-beta-*", |
127 | | - "System.Runtime.Loader": "4.0.0-beta-*", |
128 | | - |
129 | | - "System.Runtime.Serialization.Primitives": "4.1.0-beta-*", |
130 | | - "System.Runtime.Serialization.Xml": "4.1.0-beta-*", |
131 | | - |
132 | | - "System.Reflection.Primitives": "4.0.1-beta-*", |
133 | | - "System.Reflection.TypeExtensions": "4.1.0-beta-*", |
134 | | - "System.Reflection.Emit": "4.0.1-beta-*", |
135 | | - |
136 | | - "System.Linq": "4.0.1-beta-*", |
137 | | - "System.Linq.Expressions": "4.0.11-beta-*", |
138 | | - "System.Linq.Queryable": "4.0.1-beta-*", |
139 | | - |
140 | | - "System.Globalization": "4.0.11-beta-*", |
141 | | - |
142 | | - "System.Diagnostics.Debug": "4.0.11-beta-*", |
143 | | - "System.Diagnostics.Tools": "4.0.1-beta-*", |
144 | | - "System.Diagnostics.Tracing": "4.0.21-beta-*", |
145 | | - |
146 | | - "System.Threading": "4.0.11-beta-*" |
| 73 | + "System.Collections.Concurrent": "4.0.11-*", |
| 74 | + "System.Dynamic.Runtime": "4.0.11-*", |
| 75 | + "System.Reflection.Emit": "4.0.1-*", |
| 76 | + "System.Reflection.TypeExtensions": "4.1.0-*", |
| 77 | + "System.Linq.Expressions": "4.0.11-*", |
| 78 | + "System.Linq.Queryable": "4.0.1-*" |
147 | 79 | } |
148 | 80 | }, |
149 | 81 | "sl5": { |
150 | 82 | "compilationOptions": { |
151 | 83 | "define": [ "SILVERLIGHT" ] |
152 | 84 | }, |
153 | 85 | "dependencies": { |
154 | | - "JetBrains.Annotations": "10.1.4", |
155 | 86 | "Portable.ConcurrentDictionary": "1.0.1" |
156 | 87 | }, |
157 | 88 | "frameworkAssemblies": { |
|
0 commit comments