This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Remove dependence Microsoft.Extensions.PlatformAbstractions #293
Closed
Description
https://github.com/aspnet/Logging/blob/dev/src/Microsoft.Extensions.Logging.Console/ConsoleLogger.cs#L45
RuntimeEnvironmentHelper.IsWindows cann't run on .net core console host app, it can instead RuntimeInformation.IsOSPlatform(OSPlatform.Windows)