Skip to content

Commit

Permalink
Pack: drop dependencies from the project file
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 26, 2024
1 parent f8d002c commit e2aadfd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tdlib.native.proj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,4 @@
<Output TaskParameter="Value" PropertyName="NuspecProperties" />
</CreateProperty>
</Target>
<ItemGroup>
<PackageReference Include="tdlib.native.linux-x64" Version="$(Version)" />
<PackageReference Include="tdlib.native.osx-arm64" Version="$(Version)" />
<PackageReference Include="tdlib.native.osx-x64" Version="$(Version)" />
<PackageReference Include="tdlib.native.win-x64" Version="$(Version)" />
</ItemGroup>
</Project>

0 comments on commit e2aadfd

Please sign in to comment.