Skip to content

Bump xunit from 2.9.2 to 2.9.3 (#892) #3190

Bump xunit from 2.9.2 to 2.9.3 (#892)

Bump xunit from 2.9.2 to 2.9.3 (#892) #3190

Workflow file for this run

name: Compile
on: [pull_request, push]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
5.0.x
6.0.x
8.0.x
- uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.?sproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Compile
run: |
dotnet build