Skip to content

Commit

Permalink
Removed references to packages that are not used (elsa-workflows#4952)
Browse files Browse the repository at this point in the history
Removed references to multiple packages that are not used within the project and some (Microsoft.AspNetCore.X) packages were deprecated and should not be used.
  • Loading branch information
Inx51 authored Feb 17, 2024
1 parent f7e224e commit c3f95bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/modules/Elsa.Http/Elsa.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AspNetCore.Authentication.ApiKey" />
<PackageReference Include="FluentStorage" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" />
<PackageReference Include="Microsoft.AspNetCore.Http" />
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" />
<PackageReference Include="Microsoft.AspNetCore.Routing" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Http" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c3f95bd

Please sign in to comment.