Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 54a777b

Browse files
committed
fix docs
1 parent a6f8c13 commit 54a777b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ build.cmd
6666
To use the tool locally, you need to build it from source. Once it's built, the tool will live under:
6767

6868
```
69-
/artifacts/bin/try-convert/Debug/net5.0/try-convert.exe
69+
/artifacts/bin/try-convert/Debug/net6.0/try-convert.exe
7070
```
7171

7272
Alternatively, you can look at the following directory and copy that into somewhere else on your machine:
7373

7474
```
75-
mv /artifacts/bin/try-convert/Debug/net5.0/publish C:/Users/<user>/try-convert
75+
mv /artifacts/bin/try-convert/Debug/net6.0/publish C:/Users/<user>/try-convert
7676
```
7777

7878
You can invoke the tool from the publish directory as well.

0 commit comments

Comments
 (0)