Skip to content

Ensure net6.0 and net8.0 are installed #28

Ensure net6.0 and net8.0 are installed

Ensure net6.0 and net8.0 are installed #28

Workflow file for this run

name: build-and-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.x
8.x
- name: Test
run: dotnet test --verbosity normal -c Release