This commit is contained in:
tk
2023-12-14 11:10:47 +08:00
parent 8c0dbcf1f4
commit 30d1a60a7b
50 changed files with 299 additions and 2105 deletions

View File

@@ -2,23 +2,29 @@
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.1.0",
"dotnet-t4": {
"version": "2.3.1",
"commands": [
"dotnet-cake"
"t4"
]
},
"dotnet-script": {
"version": "1.4.0",
"version": "1.5.0",
"commands": [
"dotnet-script"
]
},
"jetbrains.resharper.globaltools": {
"version": "2023.2.0",
"version": "2023.3.0",
"commands": [
"jb"
]
},
"dnt": {
"version": "1.8.3",
"commands": [
"dnt"
]
}
}
}