diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 94687102ef..4f740341ab 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,7 +28,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Is Tag Build if: startsWith(github.ref, 'refs/tags/')