mirror of
https://github.com/nsnail/dot.git
synced 2025-12-25 19:05:48 +08:00
refactor: ♻️ 2.0 (#13)
This commit is contained in:
30
dotnet-tools.json
Normal file
30
dotnet-tools.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-t4": {
|
||||
"version": "2.3.1",
|
||||
"commands": [
|
||||
"t4"
|
||||
]
|
||||
},
|
||||
"dotnet-script": {
|
||||
"version": "1.5.0",
|
||||
"commands": [
|
||||
"dotnet-script"
|
||||
]
|
||||
},
|
||||
"jetbrains.resharper.globaltools": {
|
||||
"version": "2023.3.0",
|
||||
"commands": [
|
||||
"jb"
|
||||
]
|
||||
},
|
||||
"dnt": {
|
||||
"version": "1.8.3",
|
||||
"commands": [
|
||||
"dnt"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user