I want to use NLog.Web.AspNetCore, but don't want to get it through nuget
The project directly refers to NLog.Web.AspNetCore.dll, using the UseNLog function, the compiler prompts that the component must be added 'Microsoft.AspNetCore.Hosting.Abstractions, Version=5.0.0.0
But Microsoft.AspNetCore.Hosting.Abstractions is only version 2.2
what can i do