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

.Net-Framework 4.8.1 not selectable #4224

Closed ulfllorenz closed 7 months ago

ulfllorenz commented 10 months ago

Description

For the targeted framework, you can supply every .Net framework version up to 48, but not 4.8.1. As far as my non-existing F# knowledge tells me, you probably only need to add a few lines in FrameworkHandling.fs.

Repro steps

In the paket.dependencies, set

framework: net481

which gives an error.