diff --git a/aspnetcore/performance/caching/distributed.md b/aspnetcore/performance/caching/distributed.md index 7fed4fbbfc..1da0b5afbe 100644 --- a/aspnetcore/performance/caching/distributed.md +++ b/aspnetcore/performance/caching/distributed.md @@ -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 `` 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