From 01edeef0cc4a5eeb31fd806fb9b0347395617e6a Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Sat, 26 Dec 2020 16:51:40 +0100 Subject: [PATCH] Update dotnet-t4 to latest version (2.2.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 8ec2b9a94..0758d4e1c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-t4": { - "version": "2.0.5", + "version": "2.2.0", "commands": [ "t4" ]