nixpkgs/pkgs/games/openra
Jamie Magee 773dbb3e13 openra: patch to build with .NET 8 (from EOL .NET 6)
Upstream release-20250330 still targets net6.0, which went EOL in
November 2024. The bleed engine already uses .NET 8.

Patch Directory.Build.props to retarget net6.0 -> net8.0. The code
uses C# language version 9, which is compatible with .NET 8. Build
tested on x86_64-linux with no errors (only deprecation warnings
for SYSLIB0051, which also appear in the bleed build).

Related: https://github.com/NixOS/nixpkgs/issues/326335
2026-02-13 14:25:53 -08:00
..
engines openra: patch to build with .NET 8 (from EOL .NET 6) 2026-02-13 14:25:53 -08:00
build-engine.nix openra: patch to build with .NET 8 (from EOL .NET 6) 2026-02-13 14:25:53 -08:00
default.nix
updater.nix
updater.sh