panoramicdata / ServiceNow.Api

ServiceNow REST API nuget package
MIT License
21 stars 18 forks source link

Nuget package reference should be changed to Microsoft.Extensions.Logging.Abstractions #6

Open owns opened 3 years ago

owns commented 3 years ago

Currently in version 1.2.34 of the NuGet package, there's a dependency on Microsoft.Extensions.Logging (>= 2.2.0). I propose changing to the abstractions package, https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/2.2.0. This is the same package Microsoft.Extensions.Logging is using in the project.

I created a pull request https://github.com/panoramicdata/ServiceNow.Api/pull/5 with the necessary change.