From f6232219feb0c1d1110b5a05d7c2617b236dcf09 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 10 Feb 2023 08:03:29 +0300 Subject: add libman restore to dockerfile --- .config/dotnet-tools.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/dotnet-tools.json') 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 -- cgit v1.2.3