Browse Source

Add logging package

pull/1765/head
Waterball 4 years ago
parent
commit
a2ffb98ebe
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Core/Discord.Net.Core.csproj

+ 1
- 0
src/Discord.Net.Core/Discord.Net.Core.csproj View File

@@ -9,6 +9,7 @@
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" />
<PackageReference Include="System.Interactive.Async" Version="4.0.0" />


Loading…
Cancel
Save