From 2968cc0b4c5a576e400a7ea40faacbb3580e6419 Mon Sep 17 00:00:00 2001 From: Pspritechologist Date: Fri, 30 Jan 2026 01:09:15 -0500 Subject: [PATCH] Updated to .Net 10 The Nix stuff is a hackjob spurred on by Death, I've not idea what I'm changing there. MonoMod is complaining so it fails to build?? No idea. --- .github/workflows/build-test.yml | 2 +- .github/workflows/publish-release.yml | 2 +- Launcher.props | 2 +- Robust.LoaderApi | 2 +- SS14.Launcher/Models/Connector.cs | 2 +- flake.nix | 2 +- nix/package.nix | 36 ++------------------------- publish_linux.sh | 4 +-- publish_osx.sh | 4 +-- publish_windows.sh | 8 +++--- 10 files changed, 16 insertions(+), 48 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b9ccd12..2dde942 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4a257bf..b1e1433 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Create build run: ./publish.sh diff --git a/Launcher.props b/Launcher.props index f28d1f0..3df82d9 100644 --- a/Launcher.props +++ b/Launcher.props @@ -8,7 +8,7 @@ 3. Local dev SS14.Loader launching code. 4. build-test.yml GitHub Actions workflow --> - net9.0 + net10.0 1.3.1