From 661f883dddace15cae52e8617b793687aa8c414d Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Tue, 24 Jan 2023 10:19:43 -0800 Subject: [PATCH] Bump dotnet tool versions for SQL Tools and Kusto services. (#1821) --- .../Microsoft.Kusto.ServiceLayer.csproj | 2 +- .../Microsoft.SqlTools.ServiceLayer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj index d9b0daf0..38a8c0cb 100644 --- a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj +++ b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj @@ -22,7 +22,7 @@ Microsoft.SqlServer.KustoServiceLayer.Tool - 1.1.0 + 1.2.0 .NET client Kusto Service application, usable as a dotnet tool. This package is intended to be used by internal applications only and should not be referenced directly. true $(AssemblyName) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj index 7b5b427a..bee3cbc5 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj +++ b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj @@ -23,7 +23,7 @@ Microsoft.SqlServer.SqlToolsServiceLayer.Tool - 1.1.0 + 1.2.0 .NET client SQL Tools Service application, usable as a dotnet tool. This package is intended to be used by internal applications only and should not be referenced directly. true $(AssemblyName)