|
39 | 39 | "CS1591"
|
40 | 40 | ],
|
41 | 41 | "optimize": true,
|
42 |
| - "warningsAsErrors": true, |
| 42 | + "warningsAsErrors": true, |
43 | 43 | "xmlDoc": true
|
44 | 44 | },
|
45 | 45 | "frameworks": {
|
46 | 46 |
|
47 | 47 | "netstandard1.2": {
|
48 | 48 | "buildOptions": {
|
49 | 49 | "debugType": "portable",
|
50 |
| - "define": [ "SIGNED", "PORTABLE", "NETSTANDARD", "NETSTANDARD1_2" ] |
| 50 | + "define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_2" ] |
51 | 51 | },
|
52 | 52 | "dependencies": {
|
53 | 53 | "Microsoft.CSharp": "4.0.1-rc2-24027",
|
54 | 54 | "System.Collections": "4.0.11-rc2-24027",
|
| 55 | + "System.Collections.Concurrent": "4.0.12-rc2-24027", |
| 56 | + "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", |
| 57 | + "System.Data.Common": "4.0.1-rc2-24027", |
55 | 58 | "System.Diagnostics.Debug": "4.0.11-rc2-24027",
|
56 | 59 | "System.Dynamic.Runtime": "4.0.11-rc2-24027",
|
57 | 60 | "System.Globalization": "4.0.11-rc2-24027",
|
|
63 | 66 | "System.Net.Requests": "4.0.11-rc2-24027",
|
64 | 67 | "System.ObjectModel": "4.0.12-rc2-24027",
|
65 | 68 | "System.Reflection": "4.1.0-rc2-24027",
|
| 69 | + "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027", |
| 70 | + "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", |
66 | 71 | "System.Reflection.Extensions": "4.0.1-rc2-24027",
|
67 | 72 | "System.Resources.ResourceManager": "4.0.1-rc2-24027",
|
68 | 73 | "System.Runtime": "4.1.0-rc2-24027",
|
69 | 74 | "System.Runtime.Extensions": "4.1.0-rc2-24027",
|
| 75 | + "System.Runtime.Numerics": "4.0.1-rc2-24027", |
70 | 76 | "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
|
71 | 77 | "System.Text.Encoding": "4.0.11-rc2-24027",
|
72 | 78 | "System.Text.Encoding.Extensions": "4.0.11-rc2-24027",
|
|
82 | 88 | "netstandard1.3": {
|
83 | 89 | "buildOptions": {
|
84 | 90 | "debugType": "portable",
|
85 |
| - "define": [ "SIGNED", "PORTABLE", "NETSTANDARD", "NETSTANDARD1_3" ] |
| 91 | + "define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_3" ] |
86 | 92 | },
|
87 | 93 | "dependencies": {
|
88 | 94 | "Microsoft.CSharp": "4.0.1-rc2-24027",
|
89 | 95 | "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final",
|
90 | 96 | "System.Collections": "4.0.11-rc2-24027",
|
91 | 97 | "System.Collections.Concurrent": "4.0.12-rc2-24027",
|
| 98 | + "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", |
| 99 | + "System.Data.Common": "4.0.1-rc2-24027", |
92 | 100 | "System.Diagnostics.Debug": "4.0.11-rc2-24027",
|
93 | 101 | "System.Diagnostics.Process": "4.1.0-rc2-24027",
|
94 | 102 | "System.Diagnostics.StackTrace": "4.0.1-rc2-24027",
|
|
104 | 112 | "System.Net.Requests": "4.0.11-rc2-24027",
|
105 | 113 | "System.ObjectModel": "4.0.12-rc2-24027",
|
106 | 114 | "System.Reflection": "4.1.0-rc2-24027",
|
| 115 | + "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027", |
| 116 | + "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", |
107 | 117 | "System.Reflection.Extensions": "4.0.1-rc2-24027",
|
| 118 | + "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", |
108 | 119 | "System.Resources.ResourceManager": "4.0.1-rc2-24027",
|
109 | 120 | "System.Runtime": "4.1.0-rc2-24027",
|
110 | 121 | "System.Runtime.Extensions": "4.1.0-rc2-24027",
|
|
121 | 132 | "System.Threading.Thread": "4.0.0-rc2-24027",
|
122 | 133 | "System.Xml.ReaderWriter": "4.0.11-rc2-24027",
|
123 | 134 | "System.Xml.XDocument": "4.0.11-rc2-24027",
|
| 135 | + "System.Xml.XmlDocument": "4.0.1-rc2-24027", |
124 | 136 | "System.Xml.XmlSerializer": "4.0.11-rc2-24027"
|
125 | 137 | }
|
126 | 138 | },
|
127 | 139 | "netstandard1.4": {
|
128 | 140 | "buildOptions": {
|
129 | 141 | "debugType": "portable",
|
130 |
| - "define": [ "SIGNED", "PORTABLE", "NETSTANDARD", "NETSTANDARD1_4" ] |
| 142 | + "define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_4" ] |
131 | 143 | },
|
132 | 144 | "dependencies": {
|
133 | 145 | "Microsoft.CSharp": "4.0.1-rc2-24027",
|
134 | 146 | "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final",
|
135 | 147 | "System.Collections": "4.0.11-rc2-24027",
|
136 | 148 | "System.Collections.Concurrent": "4.0.12-rc2-24027",
|
| 149 | + "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", |
| 150 | + "System.Data.Common": "4.0.1-rc2-24027", |
137 | 151 | "System.Diagnostics.Debug": "4.0.11-rc2-24027",
|
138 | 152 | "System.Diagnostics.Process": "4.1.0-rc2-24027",
|
139 | 153 | "System.Diagnostics.StackTrace": "4.0.1-rc2-24027",
|
|
150 | 164 | "System.Net.Requests": "4.0.11-rc2-24027",
|
151 | 165 | "System.ObjectModel": "4.0.12-rc2-24027",
|
152 | 166 | "System.Reflection": "4.1.0-rc2-24027",
|
| 167 | + "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027", |
| 168 | + "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", |
153 | 169 | "System.Reflection.Extensions": "4.0.1-rc2-24027",
|
| 170 | + "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", |
154 | 171 | "System.Resources.ResourceManager": "4.0.1-rc2-24027",
|
155 | 172 | "System.Runtime": "4.1.0-rc2-24027",
|
156 | 173 | "System.Runtime.Extensions": "4.1.0-rc2-24027",
|
|
167 | 184 | "System.Threading.Thread": "4.0.0-rc2-24027",
|
168 | 185 | "System.Xml.ReaderWriter": "4.0.11-rc2-24027",
|
169 | 186 | "System.Xml.XDocument": "4.0.11-rc2-24027",
|
| 187 | + "System.Xml.XmlDocument": "4.0.1-rc2-24027", |
170 | 188 | "System.Xml.XmlSerializer": "4.0.11-rc2-24027"
|
171 | 189 | }
|
172 | 190 | },
|
173 | 191 | "netstandard1.5": {
|
174 | 192 | "buildOptions": {
|
175 | 193 | "debugType": "portable",
|
176 |
| - "define": [ "SIGNED", "PORTABLE", "NETSTANDARD", "NETSTANDARD1_5" ] |
| 194 | + "define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_5" ] |
177 | 195 | },
|
178 | 196 | "dependencies": {
|
179 | 197 | "Microsoft.CSharp": "4.0.1-rc2-24027",
|
180 | 198 | "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final",
|
181 | 199 | "System.AppDomain": "2.0.8",
|
182 | 200 | "System.Collections": "4.0.11-rc2-24027",
|
183 | 201 | "System.Collections.Concurrent": "4.0.12-rc2-24027",
|
| 202 | + "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", |
| 203 | + "System.Data.Common": "4.0.1-rc2-24027", |
184 | 204 | "System.Diagnostics.Debug": "4.0.11-rc2-24027",
|
185 | 205 | "System.Diagnostics.Process": "4.1.0-rc2-24027",
|
186 | 206 | "System.Diagnostics.StackTrace": "4.0.1-rc2-24027",
|
|
198 | 218 | "System.Net.Requests": "4.0.11-rc2-24027",
|
199 | 219 | "System.ObjectModel": "4.0.12-rc2-24027",
|
200 | 220 | "System.Reflection": "4.1.0-rc2-24027",
|
| 221 | + "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027", |
| 222 | + "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", |
201 | 223 | "System.Reflection.Extensions": "4.0.1-rc2-24027",
|
| 224 | + "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", |
202 | 225 | "System.Resources.ResourceManager": "4.0.1-rc2-24027",
|
203 | 226 | "System.Runtime": "4.1.0-rc2-24027",
|
204 | 227 | "System.Runtime.Extensions": "4.1.0-rc2-24027",
|
|
215 | 238 | "System.Threading.Thread": "4.0.0-rc2-24027",
|
216 | 239 | "System.Xml.ReaderWriter": "4.0.11-rc2-24027",
|
217 | 240 | "System.Xml.XDocument": "4.0.11-rc2-24027",
|
| 241 | + "System.Xml.XmlDocument": "4.0.1-rc2-24027", |
218 | 242 | "System.Xml.XmlSerializer": "4.0.11-rc2-24027"
|
219 | 243 | }
|
220 | 244 | },
|
221 | 245 | ".NETPortable,Version=v4.6,Profile=Profile151": {
|
222 | 246 | "buildOptions": {
|
223 | 247 | "debugType": "portable",
|
224 |
| - "define": [ "SIGNED", "NETPORTABLE", "PORTABLE", "NETSTANDARD1_2" ] |
| 248 | + "define": [ "SIGNED", "PORTABLE" ] |
225 | 249 | },
|
226 | 250 | "frameworkAssemblies": {
|
227 | 251 | "Microsoft.CSharp": "",
|
|
0 commit comments