Skip to content

Remove the System.Threading.Tasks.Extensions dependency #225

Remove the System.Threading.Tasks.Extensions dependency

Remove the System.Threading.Tasks.Extensions dependency #225

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build