Skip to content

🐛 Fix GitHub actions workflow missing the dotnet-version input (#135) #248

🐛 Fix GitHub actions workflow missing the dotnet-version input (#135)

🐛 Fix GitHub actions workflow missing the dotnet-version input (#135) #248

Workflow file for this run

name: Build .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
dotnet-build:
uses: beardgame/.github/.github/workflows/dotnet-build.yml@main
with:
dotnet-version: |
3.1.x
6.0.x