Browse Source

Fix issue WebMVC bootstrap lib not deployed to container in windows cli

pull/199/head
Ramón Tomás 7 years ago
parent
commit
d2c950d94e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Web/WebMVC/WebMVC.csproj

+ 2
- 2
src/Web/WebMVC/WebMVC.csproj View File

@ -13,12 +13,12 @@
<DockerComposeProjectPath>..\..\..\docker-compose.dcproj</DockerComposeProjectPath>
</PropertyGroup>
<ItemGroup>
<!--<ItemGroup>
<Compile Remove="wwwroot\lib\bootstrap\**" />
<Content Remove="wwwroot\lib\bootstrap\**" />
<EmbeddedResource Remove="wwwroot\lib\bootstrap\**" />
<None Remove="wwwroot\lib\bootstrap\**" />
</ItemGroup>
</ItemGroup>-->
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.0" />


Loading…
Cancel
Save