From ed4f2c4343b7e78e2b3f3a76645fed85ddb50a1c Mon Sep 17 00:00:00 2001 From: Bruno Capuano Date: Tue, 25 Feb 2025 17:10:31 -0500 Subject: [PATCH] Upgrade .NET version in GitHub Actions workflow to 9.0.x --- .github/workflows/dotnet-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 08dc2b9b..5c969115 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore dependencies run: dotnet restore ./app/app.sln - name: Build