From 61fbf4e8a4b2999ba7a820ad632d4a67c6739196 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Tue, 30 Mar 2021 05:56:22 +0300 Subject: [PATCH] Create tool manifest file --- .config/dotnet-tools.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000000..59785a96af --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-format": { + "version": "5.0.211103", + "commands": [ + "dotnet-format" + ] + } + } +} \ No newline at end of file