From a47de59abe7581f28d8b1202950ba118e591ccaa Mon Sep 17 00:00:00 2001 From: andreas venizelou <40325122+veniware@users.noreply.github.com> Date: Fri, 3 Jan 2025 00:23:05 +0200 Subject: [PATCH] .net 8 and 9 --- .github/workflows/dotnet.yml | 2 +- Protest-Tests/Protest-Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f3890286..e2d281f8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/Protest-Tests/Protest-Tests.csproj b/Protest-Tests/Protest-Tests.csproj index f0cc32ae..eefea3a5 100644 --- a/Protest-Tests/Protest-Tests.csproj +++ b/Protest-Tests/Protest-Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net8.0;net9.0 enable enable