NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.36k stars 13.59k forks source link

.NET 7 is EOL #326335

Open JamieMagee opened 2 months ago

JamieMagee commented 2 months ago

.NET 7 went EOL on 14th May 2024^1. Similar to #202572, which dealt with the deprecation of .NET Core 3.1, we should make an effort to update or patch packages whick rely on .NET 7.

Packages

konradmalik commented 1 month ago

netcoredbg will stop relying on dotnet 7 with this PR: https://github.com/NixOS/nixpkgs/pull/329845 roslyn-ls was upgraded with https://github.com/NixOS/nixpkgs/pull/318497

pyrox0 commented 1 month ago

pinta now uses dotnet 8, see #327375 fsautocomplete relies only on the 8.0 sdk at runtime but still needs 6 and 7 for building, changed in #326130