Update .NET version specification in build workflow to use "9.x"
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v5
|
uses: actions/setup-dotnet@v5
|
||||||
with:
|
with:
|
||||||
dotnet-version: "9.0.x"
|
dotnet-version: "9.x"
|
||||||
|
|
||||||
- name: Build Jellyfin Plugin
|
- name: Build Jellyfin Plugin
|
||||||
uses: oddstr13/jellyfin-plugin-repository-manager@v1.1.1
|
uses: oddstr13/jellyfin-plugin-repository-manager@v1.1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user