fix: install both .NET 9 and 10 SDKs in build jobs for multi-target restore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b620fadf54
commit
7e9e8dd308
|
|
@ -15,7 +15,9 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v4
|
- uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: "9.0.x"
|
dotnet-version: |
|
||||||
|
9.0.x
|
||||||
|
10.0.x
|
||||||
|
|
||||||
- name: Build (net9.0 / Jellyfin 10.x)
|
- name: Build (net9.0 / Jellyfin 10.x)
|
||||||
uses: oddstr13/jellyfin-plugin-repository-manager@v1.1.1
|
uses: oddstr13/jellyfin-plugin-repository-manager@v1.1.1
|
||||||
|
|
@ -37,7 +39,9 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v4
|
- uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: "10.0.x"
|
dotnet-version: |
|
||||||
|
9.0.x
|
||||||
|
10.0.x
|
||||||
|
|
||||||
- name: Set targetAbi for Jellyfin 12.x
|
- name: Set targetAbi for Jellyfin 12.x
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue