Use reserved namespace for dotnet tool projects. (#1604)

This commit is contained in:
Cory Rivera
2022-07-27 14:55:01 -07:00
committed by GitHub
parent 3316c0f9c2
commit 46e3c5270e
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
<PackageId>Microsoft.Kusto.ServiceLayer.Tool</PackageId>
<PackageId>Microsoft.SqlServer.KustoServiceLayer.Tool</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageDescription>.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.</PackageDescription>
<PackAsTool>true</PackAsTool>

View File

@@ -22,7 +22,7 @@
<Choose>
<When Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
<PropertyGroup>
<PackageId>Microsoft.SqlTools.ServiceLayer.Tool</PackageId>
<PackageId>Microsoft.SqlServer.SqlToolsServiceLayer.Tool</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageDescription>.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.</PackageDescription>
<PackAsTool>true</PackAsTool>