diff options
Diffstat (limited to '.config/dotnet-tools.json')
-rw-r--r-- | .config/dotnet-tools.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f331fe5..854a50a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -7,6 +7,12 @@ "commands": [ "dotnet-ef" ] + }, + "microsoft.web.librarymanager.cli": { + "version": "2.1.175", + "commands": [ + "libman" + ] } } }
\ No newline at end of file |