mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 17:23:27 -05:00
This isn't much of a change from the change that was backed out. The only change was a version bump of the SRGen nuget package. * Reenabling running SRGen when running lab builds, improving failure logic, updating SRGen package * Vbump for srgen package testing * Final vbump of srgen package
7 lines
221 B
XML
7 lines
221 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Cake" version="0.10.1" />
|
|
<package id="Newtonsoft.Json" version="8.0.3" />
|
|
<package id="Microsoft.DataTools.SrGen" version="1.0.2" />
|
|
</packages>
|