From 54cb513ae8cb0d69895324da7bed1c878f2b11e2 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Tue, 21 Oct 2025 23:36:43 +0200 Subject: [PATCH] Update .NET version in GH actions --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 48105e5..2fb5f20 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: - name: Setup .Net uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Add Jellyfin GitHub Nuget registry to sources run: | @@ -63,7 +63,7 @@ jobs: uses: DarkFighterLuke/jellyfin-plugin-repository-manager@7a96768accc155ac7b597351b5033532f3c48173 id: jprm with: - dotnet-target: net8.0 + dotnet-target: net9.0 version: ${VERSION} update-manifest: "true"