fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
2.02k stars 520 forks source link

paket.bootstrapper .NET Core release #3433

Open seanamosw opened 5 years ago

seanamosw commented 5 years ago

Description

Currently there is a paket.bootstrapper package/version that runs on .NET Core but it has not been published to nuget.org.

As far as I'm aware it is only available on this feed: https://www.myget.org/F/paket-netcore-as-tool/api/v2

The alternative is some fairly clunky scripting in the repo to install/update paket as a dotnet tool.

neptunao commented 5 years ago

Any progress on it?