This commit is contained in:
2022-12-07 12:01:38 +08:00
parent ed3f112d18
commit 1bb3a4f8bf
4 changed files with 30 additions and 32 deletions

12
dotnet-tools.json Normal file
View File

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-t4": {
"version": "2.3.1",
"commands": [
"t4"
]
}
}
}