Skip to content

Bump System.IO.Abstractions.TestingHelpers from 20.0.4 to 21.0.2 #1231

Bump System.IO.Abstractions.TestingHelpers from 20.0.4 to 21.0.2

Bump System.IO.Abstractions.TestingHelpers from 20.0.4 to 21.0.2 #1231

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