From 46e3c5270e1eafc602e8d781173e6a8edd3cc285 Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Wed, 27 Jul 2022 14:55:01 -0700 Subject: [PATCH] Use reserved namespace for dotnet tool projects. (#1604) --- .../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 6bb3c27e..f70d3ab1 100644 --- a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj +++ b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj @@ -21,7 +21,7 @@ - Microsoft.Kusto.ServiceLayer.Tool + Microsoft.SqlServer.KustoServiceLayer.Tool 1.0.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 diff --git a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj index 8a5e0819..aaad9946 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj +++ b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj @@ -22,7 +22,7 @@ - Microsoft.SqlTools.ServiceLayer.Tool + Microsoft.SqlServer.SqlToolsServiceLayer.Tool 1.0.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