Merge branch 'jellyfin-10.11' into feature/playlists-sync
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Setup .Net
|
- name: Setup .Net
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 8.0.x
|
dotnet-version: 9.0.x
|
||||||
|
|
||||||
- name: Add Jellyfin GitHub Nuget registry to sources
|
- name: Add Jellyfin GitHub Nuget registry to sources
|
||||||
run: |
|
run: |
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
uses: DarkFighterLuke/jellyfin-plugin-repository-manager@7a96768accc155ac7b597351b5033532f3c48173
|
uses: DarkFighterLuke/jellyfin-plugin-repository-manager@7a96768accc155ac7b597351b5033532f3c48173
|
||||||
id: jprm
|
id: jprm
|
||||||
with:
|
with:
|
||||||
dotnet-target: net8.0
|
dotnet-target: net9.0
|
||||||
version: ${VERSION}
|
version: ${VERSION}
|
||||||
update-manifest: "true"
|
update-manifest: "true"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user