Update Oqtane.Application.Server.csproj

Add Package reference that will create the BlazorDebugProxy folder.
This commit is contained in:
Pieter Kuyck
2025-09-23 22:54:34 +02:00
committed by GitHub
parent 151af30259
commit 116d163b9d

View File

@ -17,7 +17,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Oqtane.Server" Version="6.2.1" /> <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.9" />
<PackageReference Include="Oqtane.Server" Version="6.2.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>