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
Why Serilog.Sinks.Debug causes downloading of System.Diagnostics.Debug NuGet package when my project targets .NET Framework 4.7.1?
Isn't System.Diagnostics.Debug a part of .NET Framework 4.7.1?
The text was updated successfully, but these errors were encountered:
I don't think it should need to reference the System.Diagnostics.Debug package for any of the target frameworks it builds with other than netstandard1.0 (though maybe netstandard1.0 isn't much needed going forwards?) - it should be built in for both full .NET framework and netstandard2.0
Why
Serilog.Sinks.Debug
causes downloading ofSystem.Diagnostics.Debug
NuGet package when my project targets .NET Framework 4.7.1?Isn't
System.Diagnostics.Debug
a part of .NET Framework 4.7.1?The text was updated successfully, but these errors were encountered: