diff --git a/.github/workflows/aurora-release.yml b/.github/workflows/aurora-release.yml index fb48f6ff2..11b9c4584 100644 --- a/.github/workflows/aurora-release.yml +++ b/.github/workflows/aurora-release.yml @@ -33,7 +33,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application