Difference between revisions of "Extension Troubleshooting and Tipps"

From SICDB Doc
Jump to navigation Jump to search
(Created page with "== 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>")
 
(No difference)

Latest revision as of 14:26, 6 February 2022

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>