add back IsPackable to Oqtane.Server to ensure static web assets are included

This commit is contained in:
sbwalker
2025-09-29 14:04:00 -04:00
parent b315f09640
commit 534a6147a8

View File

@ -2,6 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<RootNamespace>Oqtane</RootNamespace>
<IsPackable>true</IsPackable>
<DefineConstants>$(DefineConstants);OQTANE</DefineConstants>
<PreserveCompilationContext>true</PreserveCompilationContext>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>