diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index d8ea6bf2..a9198b4e 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -13,12 +13,10 @@ jobs: steps: - uses: actions/checkout@v5 - - name: Install .NET 10.x + - name: Install .NET SDK uses: actions/setup-dotnet@v5 with: - dotnet-version: | - 10.0.100-rc.1.25451.107 - dotnet-quality: preview + global-json-file: global.json - name: dotnet --info run: dotnet --info