Skip to content

Commit 3e1086d

Browse files
authored
Make dotnet-sql-cache an OOB package (#10272)
1 parent 1dbc203 commit 3e1086d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<Description>Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching.</Description>
77
<PackageTags>cache;distributedcache;sqlserver</PackageTags>
88
<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>
9+
<IsShippingPackage>true</IsShippingPackage>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

0 commit comments

Comments
 (0)