Skip to content

chore(deps): bump xunit from 2.4.2 to 2.5.0 #266

chore(deps): bump xunit from 2.4.2 to 2.5.0

chore(deps): bump xunit from 2.4.2 to 2.5.0 #266

Workflow file for this run

name: .NET Core
on: [push, pull_request]
jobs:
dotnet:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.x
6.0.x
5.0.x
3.1.x
2.1.x
- run: dotnet test -c Release