1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

Introduce Tool Manifest

This commit is contained in:
Justin Baur
2025-02-26 10:03:02 -05:00
parent 14584c8abb
commit 8a9f13ad82

11
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": 1,
"isRoot": true,
"tools": {
"azuresigntool": {
"version": "4.0.1",
"commands": ["azuresigntool"],
"rollForward": false
}
}
}