Skip to content

C# 14: Update documentation and claim C# 14 / .NET 10 support. #53666

C# 14: Update documentation and claim C# 14 / .NET 10 support.

C# 14: Update documentation and claim C# 14 / .NET 10 support. #53666

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"