Skip to content

Commit da81a91

Browse files
committed
fix: remove non-existent buildsphere tool from dotnet-tools.json
The buildsphere package does not exist on NuGet, causing Renovate package lookup failures (fixes #140).
1 parent f6d75c7 commit da81a91

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.config/dotnet-tools.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"version": 1,
33
"isRoot": true,
4-
"tools": {
5-
"buildsphere": {
6-
"version": "0.4.2",
7-
"commands": [
8-
"build-sphere"
9-
],
10-
"rollForward": false
11-
}
12-
}
13-
}
4+
"tools": {}
5+
}

0 commit comments

Comments
 (0)