Skip to content

Commit

Permalink
Ensure ReusableTasks is a nuget dependency
Browse files Browse the repository at this point in the history
Urgh - not sure how i missed that. I checked the list so many times.
  • Loading branch information
alanmcgovern committed Aug 2, 2024
1 parent 3992687 commit a4add05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MonoTorrent.Client/MonoTorrent.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<ItemGroup>
<PackageReference Include="GitInfo" />
<PackageReference Include="Mono.Nat" ExcludeAssets="compile" />
<PackageReference Include="ReusableTasks" />
<PackageReference Include="System.Memory" Condition="$(TargetFramework) == 'netstandard2.0' Or $(TargetFramework) == 'net472'" />
<PackageReference Include="StandardSocketsHttpHandler" Condition="$(TargetFramework) == 'netcoreapp3.0' Or $(TargetFramework) == 'netstandard2.1' Or $(TargetFramework) == 'netstandard2.0' Or $(TargetFramework) == 'net472'" />
</ItemGroup>
Expand Down

0 comments on commit a4add05

Please sign in to comment.