Skip to content

Update to .NET 9 and remove Swashbuckle #6

Update to .NET 9 and remove Swashbuckle

Update to .NET 9 and remove Swashbuckle #6

Workflow file for this run

name: .NET
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
9.0.x
dotnet-quality: 'ga'
- name: Verify
run: dotnet test -c Release --verbosity normal