From 7afd09aec2edb20702b171cc57794bda5a687183 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Fri, 3 Nov 2017 09:55:54 -0500 Subject: [PATCH] Change csproj snippet type from csharp to xml --- aspnetcore/performance/caching/distributed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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