-
Notifications
You must be signed in to change notification settings - Fork 525
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
File not downloaded from GitHub #440
Comments
Yep I noticed the same when I wanted to do this. But even if this works,
|
It needs a bunch of different files, but even that's easier than requiring the whole F# Data library just for CSV parsing :-) |
Is this to remove the FSharp.Data dependency off Deedle? :-) |
I've already reported this as #407 |
I added a GitHub reference to
paket.dependencies
and runpaket update
:Then I realized that I need one more file, so I added
Running
paket update
does not download the file (it works fine when I add dependency on a file in another directory, so I suppose this is skipped because there ispaket.version
in the directory already?)The text was updated successfully, but these errors were encountered: