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