From 5b965fa2f77d9fc9c17710338f328df950b33b71 Mon Sep 17 00:00:00 2001 From: Gerard Smit Date: Thu, 21 Dec 2023 13:34:05 +0100 Subject: [PATCH] Missing YAML file --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 291703e..f8fae15 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 3.1.x 6.0.x + 7.0.x + 8.0.x - name: Install dependencies run: dotnet restore - name: Build