Skip to content

Commit

Permalink
ci: bump dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
bin101 committed May 27, 2024
1 parent cae6abb commit c0495cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
fetch-depth: 0
-
name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
dotnet-version: 8.x
-
name: Build Jellyfin Plugin
uses: oddstr13/jellyfin-plugin-repository-manager@v0.5.0
id: jprm
with:
dotnet-target: "net6.0"
dotnet-target: net8.0
-
name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
fetch-depth: 0
-
name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.x
-
name: Build Jellyfin Plugin
uses: oddstr13/jellyfin-plugin-repository-manager@v0.5.0
id: jprm
with:
dotnet-target: net6.0
dotnet-target: net8.0
-
name: Prepare Release Checksums
run: |-
Expand Down

0 comments on commit c0495cf

Please sign in to comment.