Skip to content

GitHubActionsCI: switch to .NET6 to fix build #6

GitHubActionsCI: switch to .NET6 to fix build

GitHubActionsCI: switch to .NET6 to fix build #6

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
buildAndTest:
runs-on:
- windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.428
- name: Build & Run Tests
run: |
.\build.cmd