Update .NET version specification in build workflow to use "9.x"

This commit is contained in:
CodeDevMLH
2026-01-02 19:34:19 +01:00
parent 4160ac59ca
commit f8e30efe66

View File

@@ -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