Skip to content

Move all targets to .NET 8.0. #369

Move all targets to .NET 8.0.

Move all targets to .NET 8.0. #369

Workflow file for this run

name: .NET 8.0 Build & Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Test with .NET
run: dotnet test --configuration Release