Make dotnet-sql-cache an OOB package (#10272)
This commit is contained in:
parent
1dbc203e19
commit
3e1086d587
|
|
@ -6,8 +6,7 @@
|
|||
<Description>Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching.</Description>
|
||||
<PackageTags>cache;distributedcache;sqlserver</PackageTags>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<!-- This package is for internal use only. It contains a CLI which is bundled in the .NET Core SDK. -->
|
||||
<IsShippingPackage>false</IsShippingPackage>
|
||||
<IsShippingPackage>true</IsShippingPackage>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue