From 63d8694c21c7a29a5db9827f1da4e667eb3e6164 Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:58:21 +0800 Subject: [PATCH] build: update build script --- .github/workflows/build.yaml | 2 +- Jellyfin.Plugin.MetaShark/ILRepack.targets | 1 - Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 58e8284..1f11bfa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,6 +17,6 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build --no-restore --framework=net6.0 # - name: Test # run: dotnet test --no-restore --verbosity normal diff --git a/Jellyfin.Plugin.MetaShark/ILRepack.targets b/Jellyfin.Plugin.MetaShark/ILRepack.targets index 08d2b8a..43e4dcf 100644 --- a/Jellyfin.Plugin.MetaShark/ILRepack.targets +++ b/Jellyfin.Plugin.MetaShark/ILRepack.targets @@ -3,7 +3,6 @@ false - true diff --git a/Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj b/Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj index c2a3f09..93372bc 100644 --- a/Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj +++ b/Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj @@ -7,7 +7,6 @@ enable AllEnabledByDefault true - true False