update default module/theme templates to use projectType rather than dependency in nuspec file

This commit is contained in:
sbwalker
2025-08-29 15:14:48 -04:00
parent 6f7a18674e
commit ab534d07f3
2 changed files with 8 additions and 6 deletions

View File

@ -15,9 +15,10 @@
<tags>oqtane module</tags>
<releaseNotes></releaseNotes>
<summary></summary>
<dependencies>
<dependency id="Oqtane.Framework" version="[FrameworkVersion]" />
</dependencies>
<packageTypes>
<packageType name="Dependency" />
<packageType name="Oqtane.Framework" version="[FrameworkVersion]" />
</packageTypes>
</metadata>
<files>
<file src="..\Client\bin\Release\$targetframework$\$ProjectName$.Client.Oqtane.dll" target="lib\$targetframework$" />

View File

@ -15,9 +15,10 @@
<tags>oqtane theme</tags>
<releaseNotes></releaseNotes>
<summary></summary>
<dependencies>
<dependency id="Oqtane.Framework" version="[FrameworkVersion]" />
</dependencies>
<packageTypes>
<packageType name="Dependency" />
<packageType name="Oqtane.Framework" version="[FrameworkVersion]" />
</packageTypes>
</metadata>
<files>
<file src="..\Client\bin\Release\$targetframework$\$projectname$.Client.Oqtane.dll" target="lib\$targetframework$" />