mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
* Add SqlClient event listener * comments * ensure not disposed early * initial * net6.0 * undo
14 lines
541 B
XML
14 lines
541 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<PackageDescription>
|
|
The contract types used for communication over the VSCode Language Server Protocol and the Database Management Protocol.
|
|
</PackageDescription>
|
|
<Description>$(PackageDescription)</Description>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Microsoft.SqlTools.Hosting.Contracts\Microsoft.SqlTools.Hosting.Contracts.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" />
|
|
</ItemGroup>
|
|
</Project> |