rflechner / LinqToSalesforce

Presentation
https://rflechner.github.io/LinqToSalesforce/
The Unlicense
13 stars 8 forks source link

FIX: missing nuget package dependencies #34

Open ntregillus opened 6 years ago

ntregillus commented 6 years ago

Hey there, I am attempting to auto generate my LinqToSalesforce classes as part of my CI build. I kept getting missing package references, and realized that there are two dependencies that my referencing project needs to run these tools:

<package id="Argu" version="4.2.1" targetFramework="net451" />
<package id="FSharp.Core" version="4.2.3" targetFramework="net451" />

I am not too familiar with f# or paket but i was able to follow the packing steps to drop the dependency into the nuget project. you can huck this PR if its all wrong, but the dependencies need Argu to work to fix this issue:

https://github.com/rflechner/LinqToSalesforce/issues/31

rflechner commented 6 years ago

Hi,

Sorry for delay, I was really busy.

I will try to migrate project to .Net Standard.

So I will check the PR after next release.

Thanks for your contribution.