Extension Troubleshooting and Tipps

From SICDB Doc
Revision as of 14:26, 6 February 2022 by Salkin (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>