From 585f010b26208bbcdd6e7b2b61f9361720466f69 Mon Sep 17 00:00:00 2001 From: Leonardo Costa <32940986+leo-costa@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:20:25 -0400 Subject: [PATCH] Upgrade dotnet example tool to 1.6.0 (#782) --- dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index 3d4844f..33eca0e 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "dotnet-example": { - "version": "1.5.0", + "version": "1.6.0", "commands": [ "dotnet-example" ]