Skip to content

Commit

Permalink
Replace NuGet CFX version with a local updated API file.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe committed Jan 28, 2019
1 parent 23b22bc commit f05474e
Show file tree
Hide file tree
Showing 4 changed files with 65,494 additions and 7 deletions.
5 changes: 2 additions & 3 deletions FRFuel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="CitizenFX.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\CitizenFX.Core.1.3.0\lib\net45\CitizenFX.Core.dll</HintPath>
<Reference Include="CitizenFX.Core">
<HintPath>dist\CitizenFX.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down Expand Up @@ -65,7 +65,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="LICENSE.md" />
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file added dist/CitizenFX.Core.dll
Binary file not shown.
Loading

0 comments on commit f05474e

Please sign in to comment.