Skip to content

NETSDK1206 Fix#4686

Merged
codendone merged 1 commit intomainfrom
user/shasnayak/netsdk1206-fix
Aug 28, 2024
Merged

NETSDK1206 Fix#4686
codendone merged 1 commit intomainfrom
user/shasnayak/netsdk1206-fix

Conversation

@ShashankNay
Copy link
Copy Markdown
Contributor

This PR addresses a warning that occurs when targeting .NET 8 in projects using the Microsoft.WindowsAppSDK. The warning, identified as NETSDK1206, is triggered due to the use of version-specific or distribution-specific runtime identifiers (RIDs) like win10-arm64, win10-x64, and win10-x86. In .NET 8 and higher, these RIDs are not recognized by default, leading to potential issues in locating necessary assets. The runtime identifier paths have been modified from win10-$Platform to win-$Platform to align with the new RID scheme in .NET 8.

@ShashankNay
Copy link
Copy Markdown
Contributor Author

/azp run

@ShashankNay ShashankNay enabled auto-merge (squash) August 28, 2024 21:40
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@codendone codendone disabled auto-merge August 28, 2024 22:33
@codendone codendone merged commit bf0f5c9 into main Aug 28, 2024
@codendone codendone deleted the user/shasnayak/netsdk1206-fix branch August 28, 2024 22:33
bpulliam pushed a commit that referenced this pull request Aug 28, 2024
@bpulliam bpulliam mentioned this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants