Skip to content

Commit

Permalink
Fix for unused reference System.Net.Http (#1830)
Browse files Browse the repository at this point in the history
closes #1552
  • Loading branch information
ChrisPulman authored Sep 20, 2024
1 parent c72fa3a commit 84d226f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Refit/Refit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<Reference Include="System.Web" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<ProjectReference Include="..\InterfaceStubGenerator.Roslyn38\InterfaceStubGenerator.Roslyn38.csproj" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\InterfaceStubGenerator.Roslyn41\InterfaceStubGenerator.Roslyn41.csproj" ReferenceOutputAssembly="false" />
</ItemGroup>
Expand Down

0 comments on commit 84d226f

Please sign in to comment.