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