Skip to content

Bump xunit from 2.6.4 to 2.7.0 #1222

Bump xunit from 2.6.4 to 2.7.0

Bump xunit from 2.6.4 to 2.7.0 #1222

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.os }} (${{ matrix.dotnet }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dotnet: ['8.0.100']
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- run: dotnet build --configuration Release