Skip to content

Upgrade to .NET 10 - Update configuration and fix code issues #61

Upgrade to .NET 10 - Update configuration and fix code issues

Upgrade to .NET 10 - Update configuration and fix code issues #61

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.100-rc.2.25502.107
- run: dotnet run --project build/build.csproj