-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.json
48 lines (48 loc) · 2.29 KB
/
project.json
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
{
"version": "1.2.1-alpha",
"description": "Stripped down port of the MySQL client Library for .Net Core",
"authors": [ "Oracle", "SapientGuardian" ],
"tags": [ "coreclr", "dnxcore50", "dnx", "mysql" ],
"projectUrl": "https://github.com/SapientGuardian/mysql-dnxcore50",
"licenseUrl": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
"frameworks": {
"dnxcore50": {
"dependencies": {
"System.Collections": "4.0.10-beta-22816",
"System.Linq": "4.0.0-beta-22816",
"System.Threading": "4.0.11-beta-23516",
"Microsoft.CSharp": "4.0.1-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23405",
"System.Reflection.TypeExtensions": "4.0.1-beta-23326",
"System.Text.Encoding": "4.0.11-beta-23326",
"System.Text.Encoding.Extensions": "4.0.11-beta-23302",
"System.Runtime": "4.0.21-beta-23405",
"System.Runtime.Extensions": "4.0.11-beta-23405",
"System.Reflection": "4.1.0-beta-23225",
"System.Reflection.Primitives": "4.0.1-beta-23302",
"System.Reflection.Emit": "4.0.1-beta-23302",
"System.Reflection.Emit.ILGeneration": "4.0.1-beta-23302",
"System.Reflection.Extensions": "4.0.1-beta-23326",
"System.Globalization": "4.0.11-beta-23405",
"System.Data.Common": "4.0.1-beta-23405",
"System.Resources.ResourceManager": "4.0.1-beta-23405",
"System.Net.Sockets": "4.1.0-beta-23516",
"System.IO": "4.0.11-beta-23405",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23516",
"System.Threading.Timer": "4.0.1-beta-23516",
"System.Threading.ThreadPool": "4.0.10-beta-23516",
"System.Diagnostics.Tracing": "4.0.21-beta-23302",
"System.Runtime.Serialization.Xml": "4.0.11-beta-23409",
"System.Text.RegularExpressions": "4.0.11-beta-23409",
"System.Runtime.InteropServices": "4.0.21-beta-23405",
"System.IO.FileSystem.Primitives": "4.0.1-beta-23409",
"System.Threading.Overlapped": "4.0.1-beta-23302",
"System.Runtime.Handles": "4.0.1-beta-23302",
"Microsoft.Win32.Primitives": "4.0.1-beta-23225",
"System.IO.FileSystem": "4.0.1-beta-23302",
"System.Net.Primitives": "4.0.11-beta-23302",
"System.Net.NameResolution": "4.0.0-beta-23225"
}
}
}
}