Skip to content

Commit

Permalink
Remove unused dependencys in code (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand authored Aug 11, 2022
1 parent b2c8410 commit 7bd1771
Show file tree
Hide file tree
Showing 19 changed files with 294 additions and 18,394 deletions.
12 changes: 10 additions & 2 deletions src/AzureIoTHub.Portal/Client/AzureIoTHub.Portal.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@
</PropertyGroup>

<ItemGroup>
<TypeScriptCompile Remove="assets\script.ts" />
</ItemGroup>

<ItemGroup>
<Content Include="assets\src\index.ts" />
<Content Include="assets\webpack.config.js" />
</ItemGroup>

<ItemGroup>
<None Include="wwwroot\js\bootstrap.bundle.min.js" />
<None Include="wwwroot\js\bootstrap.bundle.min.js.map" />
<None Include="assets\src\index.ts" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -55,4 +59,8 @@
<ItemGroup>
<ProjectReference Include="..\Shared\AzureIoTHub.Portal.Shared.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\js\" />
</ItemGroup>
</Project>
Loading

0 comments on commit 7bd1771

Please sign in to comment.