john-kruebbe-dxc
john-kruebbe-dxc
I am seeing the same issue when trying to use the following code in asp.net .net 5.0: using Common.Logging; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using...
Guys, the way I fixed this was to use the version of the .NET libraries that they did when I compiled my code. Alternatively, you could get them to compile...
I had to change the version of the .net library that was being pointed to to fix the issue and it seems to occur on every new version of .net....