Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit bd52e6d

Browse files
committed
disabled Citizenfx.Core.dll from being copied t1
1 parent 49480e1 commit bd52e6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

server/ELS-Server/ELS-Server.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<Reference Include="CitizenFX.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
3535
<SpecificVersion>False</SpecificVersion>
3636
<HintPath>..\..\libs\Server\CitizenFX.Core.dll</HintPath>
37+
<Private>False</Private>
3738
</Reference>
3839
<Reference Include="System" />
3940
<Reference Include="System.Core" />

src/ELS.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<ItemGroup>
8282
<Reference Include="CitizenFX.Core">
8383
<HintPath>packages\CitizenFX.Core.1.3.0\lib\net45\CitizenFX.Core.dll</HintPath>
84+
<Private>False</Private>
8485
</Reference>
8586
<Reference Include="Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
8687
<Reference Include="PresentationCore" />

0 commit comments

Comments
 (0)