From ad3f854d1522d210793439fd76a1508e9907cbff Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Mon, 4 Jul 2022 12:05:04 +0000 Subject: [PATCH] Update dependency dotnet-grpc to v2.47.0 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5d8c576..d054281 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-grpc": { - "version": "2.46.0", + "version": "2.47.0", "commands": [ "dotnet-grpc" ]