We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbc203 commit 3e1086dCopy full SHA for 3e1086d
src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj
@@ -6,8 +6,7 @@
6
<Description>Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching.</Description>
7
<PackageTags>cache;distributedcache;sqlserver</PackageTags>
8
<PackAsTool>true</PackAsTool>
9
- <!-- This package is for internal use only. It contains a CLI which is bundled in the .NET Core SDK. -->
10
- <IsShippingPackage>false</IsShippingPackage>
+ <IsShippingPackage>true</IsShippingPackage>
11
</PropertyGroup>
12
13
<ItemGroup>
0 commit comments