Skip to content

Bump FluentAssertions from 5.10.3 to 6.12.0 #1148

Bump FluentAssertions from 5.10.3 to 6.12.0

Bump FluentAssertions from 5.10.3 to 6.12.0 #1148

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: ['5.0.100']
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
- run: dotnet build --configuration Release