You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same thing here - installing the 5.0.0 dev release into a .NET Core 3.1 console app only wants Serilog, but installing it into a Core 2.1 app or a .NET Standard 2.1 library wants many more (because System.IO.FileSystem has a bunch of dependencies of it's own?):
As the comment in #130 says, is there a need for those extra libs when targetting Standard 2.1 or 2.0?
Thanks for the follow-up. I think we'll get diminishing returns trying to modify the dependency graph targeting older .NET Core versions; since all is fine on 3.1 let's close this now.
In nuget package description stated that for .net standard 2.0 it should be only 4 dependencies.

But when I try to install on .net core 3.1 console app, I see prompt with 12 dependencies. Is is correct?

The text was updated successfully, but these errors were encountered: