Closed GoncaloTeixeira closed 10 months ago
There will always be a moment in time where the SDK we ship doesn't reference the latest available nuget packages.
Can you please explain with specific example why that creates issues for you? You should be able to reference any assemblies you need in your extensions, assuming they are targeting .netstandard2.0/.NET 6, with the only exception of:
In the above cases, even if you compile your extension referencing certain versions of the above DLLs, the runtime will use those which are part of the base CSU, given the newer versions of CSUs reference newer packages, it is good idea to keep CSU Auto Upgrade ON.
Closing given no further comments/questions, if you still need help on this, please re-open.
Discussed in https://github.com/microsoft/Dynamics365Commerce.Solutions/discussions/221