Improved logging for better diagnostics

This commit is contained in:
Den Delimarsky
2021-04-29 08:18:35 -07:00
parent 8496b1dc09
commit d3face8664
3 changed files with 25 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.9" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20071.2" />