Skip to content

Conversation

@ntregillus
Copy link

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:

#31

@rflechner
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants