Skip to content

Bump Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 9.0.0 in /src #235

Bump Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 9.0.0 in /src

Bump Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 9.0.0 in /src #235

Workflow file for this run

on: push
jobs:
verify:
runs-on: windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Build
run: dotnet build ./src/TestFixture.sln
- name: Test
run: dotnet test --no-build --no-restore ./src/TestFixture.sln
- name: Format
run: dotnet format --verify-no-changes --no-restore ./src/TestFixture.sln