[Solved] Unable to Load Assembly in Worker Service (.Net Core3.1 and NLog 4.9.2)

[ad_1]

You have to install NLog also by using the Nuget Package Manager or running the below command in the package manager console.

Install-Package NLog -Version 4.7.2

Reference: https://github.com/NLog/NLog/wiki/Getting-started-with-ASP.NET-Core-3#1-add-dependency-in-csproj-manually-or-using-nuget

4

[ad_2]

solved Unable to Load Assembly in Worker Service (.Net Core3.1 and NLog 4.9.2)