Skip to content

Commit

Permalink
Merge pull request #667 from alanmcgovern/reusable-tasks-nuget-dep
Browse files Browse the repository at this point in the history
Ensure ReusableTasks is a nuget dependency

Closes #666
  • Loading branch information
alanmcgovern authored Aug 2, 2024
2 parents 3992687 + a4add05 commit c688f2e
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 c688f2e

Please sign in to comment.