add project reference in AppHost to Server so that dependencies will be automatically copied

This commit is contained in:
sbwalker
2025-08-19 12:10:15 -04:00
parent b9a97ffa4c
commit a340f52973
7 changed files with 4 additions and 56 deletions

View File

@ -44,4 +44,8 @@
<PackageReference Include="Oqtane.Server" Version="6.1.5" />
<PackageReference Include="Oqtane.Shared" Version="6.1.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Server\Oqtane.Application.Server.csproj" />
</ItemGroup>
</Project>