Extension Troubleshooting and Tipps
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>")
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>