Skip to content

Commit bb9bdc1

Browse files
committed
Explicitly disable roll-foward for .NET tools
1 parent 88f3c39 commit bb9bdc1

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.config/dotnet-tools.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@
66
"version": "1.5.0",
77
"commands": [
88
"dotnet-script"
9-
]
9+
],
10+
"rollForward": false
1011
},
1112
"sourcelink": {
1213
"version": "3.1.1",
1314
"commands": [
1415
"sourcelink"
15-
]
16+
],
17+
"rollForward": false
1618
},
1719
"powershell": {
1820
"version": "7.4.2",
1921
"commands": [
2022
"pwsh"
21-
]
23+
],
24+
"rollForward": false
2225
}
2326
}
2427
}

0 commit comments

Comments
 (0)