Browse Source

Removed wwwroot folder ref from project files

pull/714/head
rafsanulhasan 6 years ago
parent
commit
5e250e034b
2 changed files with 0 additions and 5 deletions
  1. +0
    -1
      src/Services/Identity/Identity.API/Identity.API.csproj
  2. +0
    -4
      src/Web/WebStatus/WebStatus.csproj

+ 0
- 1
src/Services/Identity/Identity.API/Identity.API.csproj View File

@ -54,7 +54,6 @@
<ItemGroup>
<Folder Include="Extensions\" />
<Folder Include="wwwroot\lib\" />
</ItemGroup>
</Project>

+ 0
- 4
src/Web/WebStatus/WebStatus.csproj View File

@ -19,8 +19,4 @@
<ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\lib\" />
</ItemGroup>
</Project>

Loading…
Cancel
Save