Update Assessment Nuget to Enable Logging (#1215)

* wip

* updated nuget package

* removed unused nuget

* updated assessment nuget to add logging

* added logs filepath'

* updated assessment nuget

* updated nuget
This commit is contained in:
Christopher Suh
2021-06-15 10:49:20 -07:00
committed by GitHub
parent 993b094db9
commit ae9ec03018
16 changed files with 4402 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
<PackageReference Include="System.Composition" />
<PackageReference Include="System.Security.Permissions" />
<PackageReference Include="System.Text.Encoding.CodePages"/>
<PackageReference Include="System.Reactive.Core" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../Microsoft.SqlTools.Hosting/Microsoft.SqlTools.Hosting.csproj" />