[C#] Which CitizenFX.Core.dll library to use

Hello guys,

another question from me lol, so basically, I’ve downloaded the latest master from https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/. Then in the Visual Studio, I’ve added a reference server\citizen\clr2\lib\mono\4.5\CitizenFX.Core.dll from the master, but I see it’s missing a lot of functions, classes and stuff.

My friend installed CitizenFX.Core.dll from NuGet packages and he has far more function than I do, but it says he uses version from 7/17/2017.

So basically my question is, which .dll should I be using? The newest one with significantly less function and stuff, or the one from NuGet packages which seems to have everything needed. I’m kinda confused about this

The client and server DLLs have the same name, but one is for client-side usage and has client/game APIs, and one is for the server and has server APIs.

Isn’t it obvious? :confused:

Well that’s what I thought, okay thanks, sorry for a dumb question. I wasn’t sure because it had same name