Skip to content

Commit 2ccf4f9

Browse files
Merge pull request #267505 from MSFTeegarden/patch-59
Update cache-tutorial-functions-getting-started.md
2 parents b3ad796 + 2297178 commit 2ccf4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-cache-for-redis/cache-tutorial-functions-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You need to install `Microsoft.Azure.WebJobs.Extensions.Redis`, the NuGet packag
7474
Install this package by going to the **Terminal** tab in VS Code and entering the following command:
7575

7676
```terminal
77-
dotnet add package Microsoft.Azure.WebJobs.Extensions.Redis --prerelease
77+
dotnet add package Microsoft.Azure.WebJobs.Extensions.Redis --version 0.3.1-preview
7878
```
7979

8080
## Configure the cache

0 commit comments

Comments
 (0)