Skip to content

Commit fd007f4

Browse files
committed
modify command
1 parent 7e75bee commit fd007f4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-313 Bytes
Loading
-770 Bytes
Loading

articles/app-service/quickstart-dotnetcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ If you've already installed Visual Studio 2022:
206206
### [.NET 6.0](#tab/net60)
207207
208208
```dotnetcli
209-
dotnet new webapp -n MyFirstAzureWebApp -f net6.0
209+
dotnet new webapp -f net6.0
210210
```
211211
212212
### [.NET Framework 4.8](#tab/netframework48)
213213
214214
```dotnetcli
215-
dotnet new webapp -n MyFirstAzureWebApp --target-framework-override net48
215+
dotnet new webapp --target-framework-override net48
216216
```
217217
218218
> [!IMPORTANT]

0 commit comments

Comments
 (0)