Merge pull request #5679 from sbwalker/dev

add back IsPackable to Oqtane.Server to ensure static web assets are included
This commit is contained in:
Shaun Walker
2025-09-29 14:04:21 -04:00
committed by GitHub

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>