summaryrefslogtreecommitdiff
path: root/.config/dotnet-tools.json
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-10 08:03:29 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-10 08:03:29 +0300
commitf6232219feb0c1d1110b5a05d7c2617b236dcf09 (patch)
tree98ac4f754e9453f16f148b6f334aa6d9e38b6346 /.config/dotnet-tools.json
parent40f101057350347317618252fd2fda3f170a982a (diff)
add libman restore to dockerfile
Diffstat (limited to '.config/dotnet-tools.json')
-rw-r--r--.config/dotnet-tools.json6
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