Match TFS Changeset 303349

This commit is contained in:
2022-02-01 18:07:18 -07:00
parent d7798f1e3f
commit 199eb8567a
113 changed files with 17534 additions and 13 deletions

8
Adaptation/package.json Normal file
View File

@ -0,0 +1,8 @@
{
"scripts": {
"build": "dotnet build --runtime win-x64 --self-contained",
"dotnet-format": "dotnet format --report .vscode --verbosity detailed --severity error",
"pull": "git pull",
"garbage-collect": "git gc"
}
}