Skip to content

Commit

Permalink
Fix ILVerify usage doc (#100118)
Browse files Browse the repository at this point in the history
Fixes #100069
  • Loading branch information
jkotas authored Mar 22, 2024
1 parent 3891550 commit 53b2f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/tools/ILVerify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dotnet tool install --global dotnet-ilverify
Example of use:

```
C:\test>dotnet ilverify hello.dll -r "c:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.12\*.dll"
C:\test>ilverify hello.dll -r "c:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.12\*.dll"
All Classes and Methods in C:\test\hello.dll Verified.
```

Expand Down

0 comments on commit 53b2f02

Please sign in to comment.