Skip to content

Commit 048e37d

Browse files
authored
Add global.json to force sdk 6.0.100 (#7656)
1 parent 99ece23 commit 048e37d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Files.Launcher/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": "6.0.100",
4+
"rollForward": "disable"
5+
}
6+
}

0 commit comments

Comments
 (0)