Skip to content

[repo-assist] chore: update global.json SDK baseline from 10.0.201 to 10.0.301 #469

Description

@github-actions

🤖 This PR was created by Repo Assist, an automated AI assistant.

Summary

Updates global.json to document the current .NET SDK baseline as 10.0.301.

The existing rollForward: latestMinor policy already causes the build to use whichever 10.x SDK is installed, so this change has no effect on runtime behaviour. It simply keeps the pinned version in sync with the version currently running in CI and local development, avoiding the misleading appearance that 10.0.201 is the latest tested baseline.

Changes

  • global.json: "version": "10.0.201""version": "10.0.301"

Test Status

SDK version is confirmed as 10.0.301 in this environment (dotnet --version). No code changes; all existing tests continue to pass under the updated baseline.


Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files
  • global.json

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 29137612698 -n agent -D /tmp/agent-29137612698

# Create a new branch
git checkout -b repo-assist/eng-update-sdk-10.0.301-20260711-6e90c087cc74227e master

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-29137612698/aw-repo-assist-eng-update-sdk-10.0.301-20260711.patch

# Push the branch and create the pull request
git push origin repo-assist/eng-update-sdk-10.0.301-20260711-6e90c087cc74227e
gh pr create --title '[repo-assist] chore: update global.json SDK baseline from 10.0.201 to 10.0.301' --base master --head repo-assist/eng-update-sdk-10.0.301-20260711-6e90c087cc74227e --repo fsprojects/SwaggerProvider

Generated by 🌈 Repo Assist, see workflow run. Learn more.

Add this agentic workflows to your repo

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@e15e57b40918dbca11b350c55d02ab61934afa75

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions