case 4586
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.8 KiB |
@@ -125,7 +125,12 @@ Confirm your ASP.NET Core runtime is installed and running by opening a DOS comm
|
|||||||
dotnet --list-runtimes
|
dotnet --list-runtimes
|
||||||
```
|
```
|
||||||
|
|
||||||

|
The AspNetCore runtime should be displayed with version 8.x.x, for example:
|
||||||
|
|
||||||
|
```
|
||||||
|
Microsoft.AspNetCore.App 8.0.5 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
|
||||||
|
Microsoft.NETCore.App 8.0.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
|
||||||
|
```
|
||||||
|
|
||||||
(your version may be newer)
|
(your version may be newer)
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,12 @@ Confirm your ASP.NET Core runtime is installed and running by opening a DOS comm
|
|||||||
dotnet --list-runtimes
|
dotnet --list-runtimes
|
||||||
```
|
```
|
||||||
|
|
||||||

|
The AspNetCore runtime should be displayed with version 8.x.x, for example:
|
||||||
|
|
||||||
|
```
|
||||||
|
Microsoft.AspNetCore.App 8.0.5 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
|
||||||
|
Microsoft.NETCore.App 8.0.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
|
||||||
|
```
|
||||||
|
|
||||||
(your version may be newer)
|
(your version may be newer)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user