fsprojects / Paket

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

References to delisted versions of Nuget.Packaging #4226

Open Numpsy opened 9 months ago

Numpsy commented 9 months ago

Description

An observation whilst looking at https://github.com/fsprojects/FAKE/issues/2760 -

Both the released version of Paket and the v8 alphas have references to Nuget.Packaging 5.9.1, but that version has been delisted from nuget.org:

image

There are also multiple versions in this version range that are listed with security issues, so - perhaps the minimum version should be updated to a fixed version?