Skip to content

Commit

Permalink
chors: fix duplicate css
Browse files Browse the repository at this point in the history
  • Loading branch information
mtai0524 committed Jul 17, 2024
1 parent 4719388 commit 4c93deb
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions CodeFirst/CodeFirst.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,13 @@
<ItemGroup>
<None Include="launchSettings.json" />
<None Include="wwwroot\lib\microsoft\signalr\dist\browser\signalr.js" />
<None Include="wwwroot\vendor\bootstrap\css\bootstrap.min.css" />
<None Include="wwwroot\vendor\bootstrap\css\bootstrap.min.css.map" />
<None Include="wwwroot\vendor\bootstrap\js\bootstrap.bundle.min.js" />
<None Include="wwwroot\vendor\bootstrap\js\bootstrap.bundle.min.js.map" />
<None Include="wwwroot\vendor\bootstrap\js\bootstrap.min.js" />
<None Include="wwwroot\vendor\jquery\jquery.js" />
<None Include="wwwroot\vendor\jquery\jquery.min.js" />
<None Include="wwwroot\vendor\jquery\jquery.min.map" />
<None Include="wwwroot\vendor\jquery\jquery.slim.js" />
<None Include="wwwroot\vendor\jquery\jquery.slim.min.js" />
<None Include="wwwroot\vendor\jquery\jquery.slim.min.map" />
<None Include="wwwroot\admin_assets\css\my-task.style.min.css" />
<None Include="wwwroot\**\*" />
<None Include="wwwroot\*" />
<None Include="wwwroot\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<UpToDateCheckBuilt Include="wwwroot/css/site.css" Set="Css" />
</ItemGroup>
<ItemGroup>
<Content Include="wwwroot\**\*">
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
</ItemGroup>


</Project>

0 comments on commit 4c93deb

Please sign in to comment.