From 5e23d69753a0f83a5ece1a17c68e2a2b0af22706 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 26 Apr 2024 14:01:42 +0200 Subject: [PATCH] ci: setup dotnet versions (#115) --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dce2fdf..3e3c857 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,13 @@ jobs: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }} + - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 + with: + dotnet-version: | + 6 + 8 + dotnet-quality: ga + - name: restore run: dotnet restore