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