mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 17:23:27 -05:00
* Remove .Net Core 1.0 requirement for Loc and fix mac build Use StringResourceTool to remove .Net Core 1.0 dependency for Loc Fixed Mac build by copying the code used in internal repo for build. - This now mostly matches internal, so expect this should work OK.
9 lines
393 B
XML
9 lines
393 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Cake" version="0.30.0" />
|
|
<package id="Newtonsoft.Json" version="9.0.1" />
|
|
<package id="Microsoft.Data.Tools.StringResourceTool" version="1.0.0" />
|
|
<package id="Mono.TextTransform" version="1.0.0" />
|
|
<package id="mssql.XliffParser" version="0.5.3" />
|
|
<package id="mssql.ResX" version="0.2.0" />
|
|
</packages> |