after upgrading to 2.1 and publishing to server website cannot load any of .NET assembly
Project is mixed .net and core
net461
InvalidOperationException: Cannot find reference assembly '.NETFramework/v4.6.1/Facades/System.Runtime.InteropServices.WindowsRuntime.dll' file for package System.Runtime.InteropServices.WindowsRuntime
And so on
if I copy missing dll to project bin folder it goes for an other dll and so on