Skip to content

Commit c167ddd

Browse files
committed
Update global.json files to cover wider sdk range for net10.0
1 parent 4c746a3 commit c167ddd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.1.25451.107",
3+
"version": "10.0.0",
4+
"rollForward": "latestMinor",
5+
"allowPrerelease": true
46
}
5-
}
7+
}

BookStore-Mvc-EfCore/global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.1.25451.107",
3+
"version": "10.0.0",
4+
"rollForward": "latestMinor",
5+
"allowPrerelease": true
46
}
57
}

0 commit comments

Comments
 (0)