You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-dotnet-core-app.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Add the following key-value to the App Configuration store and leave **Label** a
31
31
32
32
## Create a .NET console app
33
33
34
-
You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a new .NET console app project. The advantage of using the .NET CLI over Visual Studio is that it's available across the Windows, macOS, and Linux platforms. Alternatively, use the preinstalled tools available in the [Azure Cloud Shell](https://shell.azure.com).
34
+
You can use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a new .NET console app project. The advantage of using the .NET CLI over Visual Studio is that it's available across the Windows, macOS, and Linux platforms. Alternatively, use the preinstalled tools available in the [Azure Cloud Shell](https://shell.azure.com).
-[.NET Framework 4.7.2 or later](https://dotnet.microsoft.com/download/dotnet-framework)
35
32
36
33
## Add a feature flag
37
34
@@ -44,7 +41,7 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
44
41
45
42
### [.NET](#tab/dotnet)
46
43
47
-
You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a new .NET console app project. The advantage of using the .NET CLI over Visual Studio is that it's available across the Windows, macOS, and Linux platforms. Alternatively, use the preinstalled tools available in the [Azure Cloud Shell](https://shell.azure.com).
44
+
You can use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a new .NET console app project. The advantage of using the .NET CLI over Visual Studio is that it's available across the Windows, macOS, and Linux platforms. Alternatively, use the preinstalled tools available in the [Azure Cloud Shell](https://shell.azure.com).
48
45
49
46
1. Create a new folder for your project.
50
47
@@ -56,6 +53,8 @@ You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a
56
53
57
54
### [.NET Framework](#tab/dotnet-framework)
58
55
56
+
You can use Visual Studio to create a new .NET Framework console app project.
0 commit comments