Skip to content

Commit 3e31241

Browse files
authored
Upgrade minimum required SDK to 6.0 Preview 1 (#48755)
We want to update the minimum required version of the SDK to 6.0 Preview 1 which is already publicly available. The target version of the SDK is already a latter one (Preview 2 build) and the goal is to again consolidate these when Preview 2 shipped.
1 parent 3553284 commit 3e31241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.100",
3+
"version": "6.0.100-preview.1.21103.13",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},

0 commit comments

Comments
 (0)