Skip to content

Conversation

martincostello
Copy link
Member

Fix incorrect RID for macOS in example.

Otherwise you get this error if you copy-paste it into a project:

error NETSDK1083: The specified RuntimeIdentifier 'macos-arm64' is not recognized. See https://aka.ms/netsdk1083 for more information.

Fix incorrect RID for macOS in example.
@Copilot Copilot AI review requested due to automatic review settings September 11, 2025 09:39
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an incorrect macOS Runtime Identifier (RID) in the SDK release notes for .NET 10.0 Preview 7. The change corrects the RID from the invalid macos-arm64 to the proper osx-arm64 format, preventing copy-paste errors when developers use the example code.

  • Corrects an invalid macOS RID that would cause build errors
  • Adds missing semicolon to maintain consistent formatting

@rbhanda rbhanda merged commit bf6ba31 into dotnet:main Sep 11, 2025
3 checks passed
@martincostello martincostello deleted the patch-1 branch September 11, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants