mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Include NuGetKeyVaultSignTool for tools restore.
This commit is contained in:
parent
660196f3f4
commit
b2f5e87c7d
1 changed files with 7 additions and 1 deletions
8
docs-mcp/.config/dotnet-tools.json
vendored
8
docs-mcp/.config/dotnet-tools.json
vendored
|
|
@ -3,10 +3,16 @@
|
|||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-ef": {
|
||||
"version": "10.0.0-rc.1.25451.107",
|
||||
"version": "10.0.1",
|
||||
"commands": [
|
||||
"dotnet-ef"
|
||||
]
|
||||
},
|
||||
"NuGetKeyVaultSignTool": {
|
||||
"version": "3.2.3",
|
||||
"commands": [
|
||||
"NuGetKeyVaultSignTool"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue