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

support for dotnet 8 #4219

Closed smoothdeveloper closed 11 months ago

smoothdeveloper commented 11 months ago

Like dotnet 8, this is not ready, but it is cooking.

according to https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md older versions of windows are getting dropped, I'll need to adjust some of the tests I copy pasted.

I also believe we should consider a split "pre dotnet 5" and replace most of the stuff we keep duplicating, maybe by time of dotnet 10 would be a good time for this?

smoothdeveloper commented 11 months ago

@forki I think this is ready, unless the remaining CI failures would be related to my changes.