Extension Troubleshooting and Tipps

From SICDB Doc
Jump to navigation Jump to search

How to include nuget packages to Extension?

You may include nuget packages to your extension. The easiest way is adding following to your .csproj:

<PropertyGroup><CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies></PropertyGroup>