|
1 | 1 | { |
2 | | - "version": "6.9.8-rc2-008", |
| 2 | + "version": "6.9.809", |
3 | 3 | "description": "MySQL client library targeting netstandard 1.3", |
4 | 4 | "authors": [ "Oracle", "SapientGuardian", "ebyte23" ], |
5 | 5 | "buildOptions": { |
|
22 | 22 | "licenseUrl": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "Microsoft.CSharp": "4.0.1-rc2-24027", |
26 | | - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", |
27 | | - "System.Collections": "4.0.11-rc2-24027", |
28 | | - "System.Collections.Specialized": "4.0.1-rc2-24027", |
29 | | - "System.Console": "4.0.0-rc2-24027", |
30 | | - "System.Diagnostics.Debug": "4.0.11-rc2-24027", |
31 | | - "System.Diagnostics.Tracing": "4.1.0-rc2-24027", |
32 | | - "System.IO.FileSystem": "4.0.1-rc2-24027", |
33 | | - "System.Linq": "4.1.0-rc2-24027", |
34 | | - "System.Reflection": "4.1.0-rc2-24027", |
35 | | - "System.Reflection.Extensions": "4.0.1-rc2-24027", |
36 | | - "System.Resources.Writer": "4.0.0-rc2-24027", |
37 | | - "System.Runtime.InteropServices": "4.1.0-rc2-24027", |
38 | | - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", |
39 | | - "System.Security.Cryptography.Primitives": "4.0.0-rc2-24027", |
40 | | - "System.Text.Encoding": "4.0.11-rc2-24027", |
41 | | - "System.Text.Encoding.Extensions": "4.0.11-rc2-24027", |
42 | | - "System.Text.RegularExpressions": "4.0.12-rc2-24027", |
43 | | - "System.Threading": "4.0.11-rc2-24027", |
44 | | - "System.Threading.Timer": "4.0.1-rc2-24027", |
45 | | - "System.ComponentModel.TypeConverter": "4.0.1-rc2-24027", |
46 | | - "System.Data.Common": "4.0.1-rc2-24027", |
47 | | - "System.Diagnostics.TraceSource": "4.0.0-rc2-24027", |
48 | | - "System.Net.NameResolution": "4.0.0-rc2-24027", |
49 | | - "System.Net.Primitives": "4.0.11-rc2-24027", |
50 | | - "System.Net.Sockets": "4.1.0-rc2-24027", |
51 | | - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", |
52 | | - "System.Collections.NonGeneric": "4.0.1-rc2-24027", |
53 | | - "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", |
54 | | - "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24027", |
55 | | - "System.Net.Security": "4.0.0-rc2-24027" |
| 25 | + "Microsoft.CSharp": "4.0.1", |
| 26 | + "Microsoft.Extensions.PlatformAbstractions": "1.0.0", |
| 27 | + "System.Collections": "4.0.11", |
| 28 | + "System.Collections.Specialized": "4.0.1", |
| 29 | + "System.Console": "4.0.0", |
| 30 | + "System.Diagnostics.Debug": "4.0.11", |
| 31 | + "System.Diagnostics.Tracing": "4.1.0", |
| 32 | + "System.IO.FileSystem": "4.0.1", |
| 33 | + "System.Linq": "4.1.0", |
| 34 | + "System.Reflection": "4.1.0", |
| 35 | + "System.Reflection.Extensions": "4.0.1", |
| 36 | + "System.Resources.Writer": "4.0.0", |
| 37 | + "System.Runtime.InteropServices": "4.1.0", |
| 38 | + "System.Runtime.Serialization.Primitives": "4.1.1", |
| 39 | + "System.Security.Cryptography.Primitives": "4.0.0", |
| 40 | + "System.Text.Encoding": "4.0.11", |
| 41 | + "System.Text.Encoding.Extensions": "4.0.11", |
| 42 | + "System.Text.RegularExpressions": "4.1.0", |
| 43 | + "System.Threading": "4.0.11", |
| 44 | + "System.Threading.Timer": "4.0.1", |
| 45 | + "System.ComponentModel.TypeConverter": "4.1.0", |
| 46 | + "System.Data.Common": "4.1.0", |
| 47 | + "System.Diagnostics.TraceSource": "4.0.0", |
| 48 | + "System.Net.NameResolution": "4.0.0", |
| 49 | + "System.Net.Primitives": "4.0.11", |
| 50 | + "System.Net.Sockets": "4.1.0", |
| 51 | + "System.Security.Cryptography.Algorithms": "4.2.0", |
| 52 | + "System.Collections.NonGeneric": "4.0.1", |
| 53 | + "System.Reflection.TypeExtensions": "4.1.0", |
| 54 | + "System.Security.Cryptography.X509Certificates": "4.1.0", |
| 55 | + "System.Net.Security": "4.0.0", |
| 56 | + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" |
56 | 57 | }, |
57 | 58 | "frameworks": { |
58 | 59 | "netstandard1.3": { |
|
0 commit comments