From 7589b61131975cdaf2e7c493c00ed5c077a049d4 Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:50:19 +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, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 87455bd..58e8284 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.416 + dotnet-version: 6.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/Jellyfin.Plugin.MetaShark/ILRepack.targets b/Jellyfin.Plugin.MetaShark/ILRepack.targets index 43e4dcf..08d2b8a 100644 --- a/Jellyfin.Plugin.MetaShark/ILRepack.targets +++ b/Jellyfin.Plugin.MetaShark/ILRepack.targets @@ -3,6 +3,7 @@ false + true diff --git a/Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj b/Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj index 93372bc..c2a3f09 100644 --- a/Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj +++ b/Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj @@ -7,6 +7,7 @@ enable AllEnabledByDefault true + true False