fix: copia wwwroot para o diretório de saída do VideoStudy.App
Photino.Blazor busca wwwroot em bin/Debug/net8.0/wwwroot/. Content Update garante cópia sem conflito com itens implícitos do SDK. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5d3d327d02
commit
21113cfe5a
@ -13,6 +13,12 @@
|
||||
<PackageReference Include="Photino.Blazor" Version="3.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="wwwroot\**\*">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\VideoStudy.UI\VideoStudy.UI.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user