Skip to content

Commit

Permalink
reactiveui#367 Optimise Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 30, 2024
1 parent 664ace5 commit 79554cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Fusillade/Fusillade.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
<ItemGroup>
<PackageReference Include="punchclock" Version="3.*" />
<PackageReference Include="Splat" Version="14.*" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
</Project>

0 comments on commit 79554cb

Please sign in to comment.