NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.31k stars 14.29k forks source link

.NET 7 is EOL #326335

Open JamieMagee opened 4 months ago

JamieMagee commented 4 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 3 months 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 3 months 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

gepbird commented 2 days ago

Related: https://github.com/NixOS/nixpkgs/pull/358533