Skip to content

Commit 53033dc

Browse files
build: pin SDK to .NET 9 via global.json
Prevents .NET 10 SDK from being picked up automatically, which causes WinRT.Runtime version conflicts (MSB3277) when building net9.0 targets. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ad6c104 commit 53033dc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.100",
4+
"rollForward": "latestFeature"
5+
}
6+
}

0 commit comments

Comments
 (0)