Skip to content

Commit

Permalink
Remove references to FileDownload.js on client csproj #1565 (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf authored Nov 18, 2022
1 parent 8b81cb5 commit 1b9957e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<NoWarn>$(NoWarn)</NoWarn>
</PropertyGroup>

<ItemGroup>
<Content Remove="wwwroot\js\FileDownload.js" />
</ItemGroup>

<ItemGroup>
<TypeScriptCompile Remove="assets\script.ts" />
</ItemGroup>
Expand All @@ -27,7 +23,6 @@

<ItemGroup>
<None Include="assets\src\index.ts" />
<None Include="wwwroot\js\FileDownload.js" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1b9957e

Please sign in to comment.