diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 1422499f..2747b426 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -33,9 +33,6 @@ runs: - name: Setup .NET uses: actions/setup-dotnet@v3 - with: - dotnet-version: "8.0.x" - dotnet-quality: "preview" # https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools - name: Restore .NET Tools