From 3b7af8e49444ccf37df64e62ad7fcd7f457b3a5e Mon Sep 17 00:00:00 2001 From: Daniil Tolstoukhov Date: Tue, 19 Nov 2024 12:20:14 +0400 Subject: [PATCH] restore dotnet8 --- .github/workflows/actions.yml | 5 ++++- GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index df5b865..5c82fa8 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -17,7 +17,10 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: ${{ env.DOTNET_VERSION }} + dotnet-version: | + ${{ env.DOTNET_VERSION }} + 3.1.x + 6.0.x - name: Install dependencies run: dotnet restore ${{ env.SOLUTION_FILE }} --verbosity minimal && dotnet tool restore diff --git a/GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj b/GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj index 2c7a3a8..96ee0eb 100644 --- a/GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj +++ b/GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj @@ -2,7 +2,7 @@ false - net45;netcoreapp3.1;net8.0 + net45;netcoreapp3.1;net6.0;net8.0 true