mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* organizing files and adding to cake script * temp gitignore change * custom nuget packages * reapplying git ignore * fixing indents * more weird indents * fixing spacing in strings file * updating xlf
8 lines
331 B
XML
8 lines
331 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Cake" version="0.17.0" />
|
|
<package id="Newtonsoft.Json" version="8.0.3" />
|
|
<package id="Microsoft.DataTools.SrGen" version="1.0.2" />
|
|
<package id="Mono.TextTransform" version="1.0.0" />
|
|
<package id="mssql.XliffParser" version="0.5.3" />
|
|
</packages> |