Skip to content

Commit

Permalink
Remove Unneeded dependency (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldickson authored Aug 17, 2023
1 parent 7e7ce5e commit e6b4931
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Agoda.Analyzers/Agoda.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down Expand Up @@ -174,4 +173,4 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit e6b4931

Please sign in to comment.