Use ILogger instead of Console.WriteLine

This commit is contained in:
rafael-aero
2021-08-26 09:55:14 +02:00
parent 2f0229235b
commit 44d979fef4
7 changed files with 50 additions and 19 deletions

View File

@@ -36,6 +36,7 @@ This package contains the API to access the "native" electron API.</Description>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>