Browse Source

Merge pull request #16380 from abpframework/Onur/fix-taghelpers-website

bootstrap-taghelpers.abp.io - Files copied to output folder
pull/16388/head
Engincan VESKE 3 years ago
committed by GitHub
parent
commit
f774800448
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.csproj

6
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.csproj

@ -18,4 +18,10 @@
<ProjectReference Include="..\..\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Pages\**\*.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

Loading…
Cancel
Save