Skip to content

Commit b8ac817

Browse files
author
evan314159
authored
Merge branch 'JPVenson:master' into master
2 parents 3eb55d7 + 7e4deb7 commit b8ac817

5 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ on:
1616
jobs:
1717
call:
1818
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master
19+
with:
20+
dotnet-version: "9.0.x"
21+
dotnet-target: "net9.0"

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
version: ${{ github.event.release.tag_name }}
1414
is-unstable: ${{ github.event.release.prerelease }}
15+
dotnet-version: "9.0.x"
16+
dotnet-target: "net9.0"
1517
secrets:
1618
deploy-host: ${{ secrets.DEPLOY_HOST }}
1719
deploy-user: ${{ secrets.DEPLOY_USER }}

.github/workflows/scan-codeql.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/scan-codeql.yaml@master
1919
with:
2020
repository-name: jellyfin/jellyfin-plugin-template
21+
dotnet-version: "9.0.x"

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ on:
1616
jobs:
1717
call:
1818
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/test.yaml@master
19+
with:
20+
dotnet-version: "9.0.x"

jellyfin

Submodule jellyfin updated 114 files

0 commit comments

Comments
 (0)