case 4586

This commit is contained in:
2024-05-24 23:58:47 +00:00
parent 8e40ba516b
commit dd11358de6
3 changed files with 12 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

View File

@@ -125,7 +125,12 @@ Confirm your ASP.NET Core runtime is installed and running by opening a DOS comm
dotnet --list-runtimes
```
![SCREENSHOT OF VERIFY DOTNET](img/ops-install-windows-lan-verify-netcore.png)
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)

View File

@@ -61,7 +61,12 @@ Confirm your ASP.NET Core runtime is installed and running by opening a DOS comm
dotnet --list-runtimes
```
![SCREENSHOT OF VERIFY DOTNET](img/ops-install-windows-lan-verify-netcore.png)
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)