From 29d69616827e03f32507d619c14b0623b2200355 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 30 Apr 2024 13:12:50 +0200 Subject: [PATCH] ci: add required dotnet versions --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87df780..2d981fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,13 @@ jobs: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj','**/*.props') }} + - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 + with: + dotnet-version: | + 6 + 8 + dotnet-quality: ga + - name: Restore dependencies run: dotnet restore