Merge pull request #4726 from aspnet/master

Update live with current master
pull/4758/head^2
Rick Anderson 2017-11-03 07:17:13 -10:00 committed by GitHub
commit 4dbf460794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ The SqlServerCache implementation allows the distributed cache to use a SQL Serv
To use the sql-cache tool, add `SqlConfig.Tools` to the `<ItemGroup>` element of the *.csproj* file and run dotnet restore.
[!code-csharp[Main](./distributed/sample/src/DistCacheSample/DistCacheSample.csproj?range=23-25)]
[!code-xml[Main](./distributed/sample/src/DistCacheSample/DistCacheSample.csproj?range=23-25)]
Test SqlConfig.Tools by running the following command