From 3f12e3f8fb63012464c2d120eff0d74a3754e7a2 Mon Sep 17 00:00:00 2001 From: Coca Date: Mon, 16 Feb 2026 15:55:57 +0000 Subject: [PATCH] Remove dotnet SDK 8.0 dep Nixpkgs maintainers annoyingly readded back dotnet 8 to the package, following #163 I assume this is the cause. --- .../Robust.Client/Robust.Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SS14.Launcher.FakeRobustToolbox/Robust.Client/Robust.Client.csproj b/SS14.Launcher.FakeRobustToolbox/Robust.Client/Robust.Client.csproj index 5655f9829..dfee05a50 100644 --- a/SS14.Launcher.FakeRobustToolbox/Robust.Client/Robust.Client.csproj +++ b/SS14.Launcher.FakeRobustToolbox/Robust.Client/Robust.Client.csproj @@ -5,7 +5,7 @@ - net8.0 + net10.0 enable enable