Skip to content

Define correct .NET version in test #138

Define correct .NET version in test

Define correct .NET version in test #138

Workflow file for this run

name: "🏗️ Build Plugin"
on:
push:
branches:
- master
paths-ignore:
- "**/*.md"
pull_request:
branches:
- master
paths-ignore:
- "**/*.md"
workflow_dispatch:
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master
with:
dotnet-version: "8.0.*"
dotnet-target: "net8.0"