Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about new dependencies in 4.1.0 #1376

Closed
jimfoye opened this issue Apr 26, 2021 · 1 comment · Fixed by #1377
Closed

Question about new dependencies in 4.1.0 #1376

jimfoye opened this issue Apr 26, 2021 · 1 comment · Fixed by #1377
Labels

Comments

@jimfoye
Copy link
Contributor

jimfoye commented Apr 26, 2021

This version has some new dependencies, but my changed project file just reflects the new version of 4.1.0 for FSharp.Data. So, I don't need to worry about these other packages? I'm targeting .NET Framework 4.7.2.

image

I googled one of these and saw something about support for debugging Nuget binaries, maybe there is a blog post somewhere that succinctly explains all this?

@baronfel
Copy link
Contributor

This is an error with the packaging of the nuget package for this project. The sourcelink dependencies need to be marked as PrivateAssets=All, because they are development-time-only dependencies. In this way they will not be pushed on to you as a user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants