Skip to content

Fix README to say that .NET 9.0 is supported (and required for build) #156

Fix README to say that .NET 9.0 is supported (and required for build)

Fix README to say that .NET 9.0 is supported (and required for build) #156

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.403
- shell: bash
run: dotnet build --configuration Release -v:m