Skip to content

Commit 224dec1

Browse files
[dotnet] Update paket build tool to 9.0.2 (#16637)
1 parent 1fbd40c commit 224dec1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dotnet/.config/dotnet-tools.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "7.2.1",
6+
"version": "9.0.2",
77
"commands": [
88
"paket"
9-
]
9+
],
10+
"rollForward": false
1011
},
1112
"aver": {
1213
"version": "1.0.2",
1314
"commands": [
1415
"aver"
15-
]
16+
],
17+
"rollForward": false
1618
}
1719
}
1820
}

0 commit comments

Comments
 (0)