Skip to content

Commit 2c81915

Browse files
authored
Update "prerequisites.md" to align with "global.json" (#263)
The `global.json` requires .NET 8 SDK to be installed: https://github.com/Azure/modern-web-app-pattern-dotnet/blob/831d587f8f47c5099e38d1b4a9255a6325d10073/global.json#L6 Thus, this should be aligned with `prerequisites.md`
1 parent 831d587 commit 2c81915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ The following tools are pre-requisites to running the associated deployment step
5151
azd version
5252
```
5353
54-
1. [Install .NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0)
55-
Run the following command to verify that the .NET SDK 7.0 is installed.
54+
1. [Install .NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
55+
Run the following command to verify that the .NET SDK 8.0 is installed.
5656
```ps1
5757
dotnet --version
5858
```

0 commit comments

Comments
 (0)