Skip to content

Commit 43bc774

Browse files
authored
Merge pull request #99552 from georgeOsdDev/patch-9
Update configure-language-dotnet-framework.md
2 parents 087e446 + 9e109fa commit 43bc774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-language-dotnet-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ In App Service, the Windows instances already have all the supported .NET Framew
2525
For CLR 4 runtime versions (.NET Framework 4 and above):
2626

2727
```CMD
28-
ls "D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\"
28+
ls "D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework"
2929
```
3030

3131
Latest .NET Framework version may not be immediately available.
3232

3333
For CLR 2 runtime versions (.NET Framework 3.5 and below):
3434

3535
```CMD
36-
ls "D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\"
36+
ls "D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework"
3737
```
3838

3939
## Show current .NET Framework runtime version

0 commit comments

Comments
 (0)