Skip to content

feat: Migrate to .NET 10 #279

feat: Migrate to .NET 10

feat: Migrate to .NET 10 #279

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Build with dotnet
run: |
dotnet build
dotnet test /p:CollectCoverage=true