Skip to content

Commit

Permalink
updated CitizenFX dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Dec 21, 2023
1 parent 40c9803 commit 880f717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions FxEvents/FxEvents.Client/FxEvents.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@
<GeneratePathProperty>False</GeneratePathProperty>
</PackageReference>

<Reference Include="CitizenFX.Core.Client" ExcludeAssets="runtime" Condition="'$(Configuration)' == 'Release RedM' Or '$(Configuration)' == 'Debug RedM'">
<HintPath>..\dependencies\RedM\CitizenFX.Core.dll</HintPath>
<Private>false</Private>
</Reference>
<PackageReference Include="CitizenFX.Core.Client" Version="1.0.7257" />

<PackageReference Include="Newtonsoft.Json" Version="12.0.2" ExcludeAssets="Compile" GeneratePathProperty="true" />
<Reference Include="Newtonsoft.Json">
Expand Down
2 changes: 1 addition & 1 deletion FxEvents/FxEvents.Server/FxEvents.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CitizenFX.Core.Server" Version="1.0.6335" />
<PackageReference Include="CitizenFX.Core.Server" Version="1.0.7257" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" ExcludeAssets="Compile" GeneratePathProperty="true" />
<Reference Include="MsgPack">
Expand Down

0 comments on commit 880f717

Please sign in to comment.