Asp.net – Nuget dependency not found after xcopying from release directory
Have an ASP.NET Core Kestrel based web API in which everything works fine when being xcopied from release to intended working directory. But when activating Windows Authentication with Microsoft.AspNetCore.Authentication.Negotiate package, I get a Could not load file or assembly 'System.DirectoryServices.Protocols,…