Support new .net Core Client
(https://www.nuget.org/packages/Microsoft.Powerplatform.Cds.Client.Dynamics)
Should require minimal change - new compile target. Client only, leave aside workflow & plugins etc.
XrmToolkit will now not try to install the other SDK NuGet package if it detects that the newer SDK is already installed. Perhaps when the new SDK is officially released we can provide the option to choose which package to install by default (when nothing is installed yet).
-
David Tuke commented
I got it to work by installing above package and manually removing the references to old ramework CRM SDK (under assemblies; deleting these).
XRM Toolkit does however put them back when proxy lib refreshed; this bit we can do without for now; but would be good to detect project tyoe (ie core) and not auto refresh these references. Agree with below - just clinet & generated proxy; no need for tryig to install anything into Dynamcis; they seem to be deprecating this capability anyway