Skip to content

Commit

Permalink
Update test libraries which previously consumed the transitive System…
Browse files Browse the repository at this point in the history
….Net.Http package.
  • Loading branch information
ViktorHofer committed Jun 17, 2024
1 parent 31ac843 commit 142f63e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
<ItemGroup>
<ProjectReference Include="..\..\Src\FluentAssertions\FluentAssertions.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
<Reference Include="System.Net.Http" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
<Reference Include="System.Net.Http" />
</ItemGroup>
</Project>

0 comments on commit 142f63e

Please sign in to comment.