Skip to content

Commit 99fb5ac

Browse files
authored
Merge pull request #107351 from spboyer/patch-2
updating file new project instructions
2 parents ee85011 + 9bc6a97 commit 99fb5ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-cache-for-redis/cache-dotnet-how-to-use-azure-redis-cache.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cache
77
ms.devlang: dotnet
88
ms.topic: quickstart
99
ms.custom: mvc
10-
ms.date: 05/18/2018
10+
ms.date: 03/11/2020
1111

1212
#Customer intent: As a .NET developer, new to Azure Cache for Redis, I want to create a new .NET app that uses Azure Cache for Redis.
1313
---
@@ -45,8 +45,7 @@ Replace `<access-key>` with the primary key for your cache.
4545

4646
In Visual Studio, click **File** > **New** > **Project**.
4747

48-
Under **Visual C#**, click **Windows Classic Desktop** and then click **Console App**, and **OK** to create a new console application.
49-
48+
Select **Console App (.NET Framework)**, and **Next** to configure your app. Type a **Project name** and click **Create** to create a new console application.
5049

5150
<a name="configure-the-cache-clients"></a>
5251

0 commit comments

Comments
 (0)