MoosheTV / PropHuntV

A PropHunt gamemode for FiveM.
MIT License
16 stars 7 forks source link

Error System.Runtime.InteropServices.RuntimeInformation.net #12

Closed ghost closed 5 years ago

ghost commented 5 years ago

How can I add a System.Runtime.InteropServices.RuntimeInformation.net on Visual Studio ? Plugin don't work, I want to translate this script but can not compile it

Tindergarten commented 5 years ago

I had the same problem previously. Change the System.Runtime.InteropServices.RuntimeInformation from nuget to System.Runtime.InteropServices.RuntimeInformation.net and it'll work.

ghost commented 5 years ago

Thanks