Merge pull request #5528 from sbwalker/dev

more template optimizations
This commit is contained in:
Shaun Walker
2025-08-22 09:17:40 -04:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Oqtane.Client" Version="6.1.6" /> <PackageReference Include="Oqtane.Client" Version="6.1.6" />
<PackageReference Include="Oqtane.Shared" Version="6.1.6" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -14,7 +14,6 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Oqtane.Server" Version="6.1.6" /> <PackageReference Include="Oqtane.Server" Version="6.1.6" />
<PackageReference Include="Oqtane.Shared" Version="6.1.6" />
</ItemGroup> </ItemGroup>
<Target Name="CopyStaticAssets" AfterTargets="Build"> <Target Name="CopyStaticAssets" AfterTargets="Build">