Skip to content

Bump System.Linq.AsyncEnumerable from 10.0.0 to 10.0.1 (#90) #357

Bump System.Linq.AsyncEnumerable from 10.0.0 to 10.0.1 (#90)

Bump System.Linq.AsyncEnumerable from 10.0.0 to 10.0.1 (#90) #357

Workflow file for this run

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