Nuget packages for XrmToolkit
Is there some repository nuget where xrmtoolkit libs can be found?
I try to automate the build of my crm project trough azure devops pipeline but it always complaining about this reference not found... SS.Crm.linq
Best regards,
Nicolas

This will be part of v7. All Microsoft.CrmSdk references will be added via their respective NuGet packages and any XrmToolkit references will have a published NuGet package as well.
1 comment
-
Jeff Dodds commented
Better yet, can you switch over to the Microsoft Provided NuGet packages? I typically work around this via removing all references to the Simpler Software directory and instead, through NuGet, referencing the official SDKs.
Nicolas this approach should work for you as well.