From 7adac63345e8d7eed74e916190e2beb556439d14 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Fri, 10 Apr 2026 21:40:13 +0300 Subject: [PATCH] Add tcli --- HookahPlace/HookahPlace.csproj | 2 +- dotnet-tools.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 dotnet-tools.json diff --git a/HookahPlace/HookahPlace.csproj b/HookahPlace/HookahPlace.csproj index 2dfaae1..b6cd0e7 100644 --- a/HookahPlace/HookahPlace.csproj +++ b/HookahPlace/HookahPlace.csproj @@ -92,6 +92,6 @@ - + diff --git a/dotnet-tools.json b/dotnet-tools.json new file mode 100644 index 0000000..83bd871 --- /dev/null +++ b/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "tcli": { + "version": "0.2.4", + "commands": [ + "tcli" + ], + "rollForward": false + } + } +} \ No newline at end of file