From 3e1086d587c8c30f03462f4f9aa6ab4d2b532054 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 16 May 2019 07:49:10 -0700 Subject: [PATCH] Make dotnet-sql-cache an OOB package (#10272) --- src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj b/src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj index da23460308..b40f89eece 100644 --- a/src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj +++ b/src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj @@ -6,8 +6,7 @@ Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching. cache;distributedcache;sqlserver true - - false + true