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

paket parser should handle paket groups #221

Open
haf opened this issue Dec 12, 2016 · 0 comments
Open

paket parser should handle paket groups #221

haf opened this issue Dec 12, 2016 · 0 comments

Comments

@haf
Copy link
Member

haf commented Dec 12, 2016

See haf/expecto#4 (comment) for discussion.

Sample file:

source https://dotnet.myget.org/F/dotnet-core
 source https://www.myget.org/F/fsharp-daily
 source https://www.myget.org/F/netcorecli-fsc-preview3

 github logary/logary src/Logary.Facade/Facade.fs 4b21d888e83d72d1238ab0f36110e2a3946240e7

 nuget Argu
 nuget FsCheck
 nuget FSharp.Core ~> 3
 nuget FSharpx.Core
 nuget BenchmarkDotNet
 nuget NuGet.CommandLine

 group build
     source https://www.nuget.org/api/v2
     nuget FAKE

 group netcore
     source https://www.nuget.org/api/v2

Required 'context' is what group the paket.references file uses for the given referenced nuget.

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

No branches or pull requests

1 participant