NLog / NLog.Extensions.Logging

NLog as Logging Provider for Microsoft Extension Logging
https://nlog-project.org
BSD 2-Clause "Simplified" License
393 stars 151 forks source link

Support same platforms for logging and hosting package #526

Closed 304NotModified closed 3 years ago

304NotModified commented 3 years ago

the platform support is different

snakefoot commented 3 years ago

Yes NLog.Extensions.logging supports NetCore1, and NLog.Extensions.Hosting supports new API introduced with NetCore2

304NotModified commented 3 years ago

thx indeed, Microsoft.Extensions.Hosting.Abstractions isn't there for .NET standard 1.x

So not possible.