Skip to content

Commit

Permalink
(#92) Build: fix the package references
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 19, 2024
1 parent e51ba13 commit b8a31cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tdlib.native.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="tdlib-native.linux-x64" Version="$(Version)" />
<PackageReference Include="tdlib-native.osx-arm" Version="$(Version)" />
<PackageReference Include="tdlib-native.osx-x64" Version="$(Version)" />
<PackageReference Include="tdlib-native.win-x64" Version="$(Version)" />
<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 b8a31cf

Please sign in to comment.