mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "Microsoft.SqlTools.ServiceLayer",
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Newtonsoft.Json": "9.0.1",
|
|
"Microsoft.SqlServer.SqlParser": "140.1.5",
|
|
"System.Data.Common": "4.1.0",
|
|
"System.Data.SqlClient": "4.1.0",
|
|
"Microsoft.SqlServer.Smo": "140.1.5",
|
|
"System.Security.SecureString": "4.0.0",
|
|
"System.Collections.Specialized": "4.0.1",
|
|
"System.ComponentModel.TypeConverter": "4.1.0",
|
|
"System.Diagnostics.TraceSource": "4.0.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2",
|
|
"Microsoft.NETCore.DotNetHostPolicy": "1.0.1",
|
|
"System.Diagnostics.Process": "4.1.0",
|
|
"System.Threading.Thread": "4.0.0"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
},
|
|
"runtimes": {
|
|
"win7-x64": {},
|
|
"win7-x86": {},
|
|
"osx.10.11-x64": {},
|
|
"ubuntu.14.04-x64": {},
|
|
"ubuntu.16.04-x64": {},
|
|
"centos.7-x64": {},
|
|
"rhel.7.2-x64": {},
|
|
"debian.8-x64": {},
|
|
"fedora.23-x64": {},
|
|
"opensuse.13.2-x64": {}
|
|
}
|
|
}
|