When trying to use Microsoft Dynamics 365 SDK Core Assemblies in a .NET Core 2.0 project, the following error occurs at runtime simply by using Microsoft.Xrm.Sdk:>
I had the same issue and it got resolved when I selected template Console Application (.Net Framework) in Visual Studio instead of Console Application (.Net Core).