Removed wwwroot folder ref from project files

This commit is contained in:
rafsanulhasan 2018-08-19 15:02:40 +06:00
parent cbbe9d3b49
commit 5e250e034b
2 changed files with 0 additions and 5 deletions

View File

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

View File

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