diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 2e85bd4..cfd5a55 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -34,7 +34,7 @@ runs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '9.x.x' + dotnet-version: '10.x.x' # https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools - name: Restore .NET Tools