Consolidate to net6.0 (#1547)

* Add SqlClient event listener

* comments

* ensure not disposed early

* initial

* net6.0

* undo
This commit is contained in:
Charles Gagnon
2022-06-21 08:53:23 -07:00
committed by GitHub
parent c2a238acb3
commit dd11be3d38
30 changed files with 2 additions and 39 deletions

View File

@@ -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>