Avoid unnecessary deps in M.E.Logging.Abstractions (#59162)
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 15 Sep 2021 17:26:08 +0000 (19:26 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 17:26:08 +0000 (19:26 +0200)
commit6e67f837e4591fc65bee0e80cab56958b249273d
treec6f219e9e174ec49b29b0a0a56443976ce82e5a4
parentcbe463bfb602dde7cbfcf78e5ef87743b4f87a4c
Avoid unnecessary deps in M.E.Logging.Abstractions (#59162)

Fixes https://github.com/dotnet/runtime/issues/59161

The System.Buffers and System.Memory packages are
dependencies of the net6.0 M.E.Logging.Abstractions
library even though these libraries are part of the
.NETCoreApp shared framework.

It's undesirable to have the dependencies in the graph
as these aren't built live anymore and are only serviced
on demand.
src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj