From acd41bc8515afdd4b9ad89f731d9cd5401dc7348 Mon Sep 17 00:00:00 2001 From: kellysong Date: Thu, 11 Jan 2024 15:13:45 -0800 Subject: [PATCH] implement change request --- .github/workflows/dotnetcore.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 62d31e4..aef58eb 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -10,13 +10,13 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2.3.4 - - name: Setup .NET 7.0.x + - name: Setup .NET 8.0.x uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x # Run the tests - - name: Build with .NET 7.0.x + - name: Build with .NET 8.0.x run: dotnet test --configuration Release Microsoft.Identity.Abstractions.sln # Run the tests