Skip to content

Commit 6dd5cd6

Browse files
jfversluisCopilot
andcommitted
Add 11.0 folder with global.json for .NET 11 previews
Adds the 11.0 sample folder with a global.json pinned to the .NET 11 preview SDK. Uses rollForward: latestFeature and allowPrerelease: true so it will automatically pick up newer preview builds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 805a78e commit 6dd5cd6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

11.0/global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "11.0.100-preview.2.26159.112",
4+
"rollForward": "latestFeature",
5+
"allowPrerelease": true
6+
}
7+
}

0 commit comments

Comments
 (0)