Skip to content

Commit

Permalink
Adding Logging.Abstractions because this is the standard for E13 pojects
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed May 4, 2021
1 parent 289075a commit ae6f6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/E13.Common.Core/E13.Common.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="morelinq" Version="3.3.2" />
<PackageReference Include="Polly" Version="7.2.1" />
Expand Down

0 comments on commit ae6f6dc

Please sign in to comment.