mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Consolidate to net6.0 (#1547)
* Add SqlClient event listener * comments * ensure not disposed early * initial * net6.0 * undo
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<Project>
|
||||
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
||||
<PropertyGroup>
|
||||
<TargetFramework>$(ServiceLayerTargetFramework)</TargetFramework>
|
||||
<!--- Do not glob C# source files and other project items -->
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
|
||||
|
||||
Reference in New Issue
Block a user