Skip to content

Bump xunit from 2.6.1 to 2.7.0 #137

Bump xunit from 2.6.1 to 2.7.0

Bump xunit from 2.6.1 to 2.7.0 #137

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@v3
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --framework net6.0 --no-restore
- name: Test
run: dotnet test --configuration Release --framework net6.0 --no-restore --verbosity normal