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
8 lines
325 B
XML
8 lines
325 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<PackageDescription>
|
|
Defines the core messages needed for the Microsoft.SqlTools.Hosting service to communicate over the VSCode Language Server Protocol.
|
|
</PackageDescription>
|
|
<Description>$(PackageDescription)</Description>
|
|
</PropertyGroup>
|
|
</Project> |