prevent the creation of fingerprinted static web assets as Oqtane does not support them

This commit is contained in:
sbwalker
2025-09-11 10:18:45 -04:00
parent 4278b9992b
commit 64a03b6e91
4 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<Copyright>[Owner]</Copyright>
<AssemblyName>[Owner].Theme.[Theme].Client.Oqtane</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<StaticWebAssetsFingerprintContent>false</StaticWebAssetsFingerprintContent>
</PropertyGroup>
<ItemGroup>