Skip to content

Commit

Permalink
Use the regular package for the AltV version (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Jul 1, 2023
1 parent 45e9f73 commit c95b7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LemonUI.AltV/LemonUI.AltV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Compile Include="$(ProjectDir)../LemonUI/**/*.cs"/>
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath=""/>
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath=""/>
<PackageReference Include="AltV.Net.Client.Async" Version="14.0.2">
<PackageReference Include="AltV.Net.Client" Version="14.0.2">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit c95b7a1

Please sign in to comment.