This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ build.cmd
66
66
To use the tool locally, you need to build it from source. Once it's built, the tool will live under:
67
67
68
68
```
69
- /artifacts/bin/try-convert/Debug/net5 .0/try-convert.exe
69
+ /artifacts/bin/try-convert/Debug/net6 .0/try-convert.exe
70
70
```
71
71
72
72
Alternatively, you can look at the following directory and copy that into somewhere else on your machine:
73
73
74
74
```
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
76
76
```
77
77
78
78
You can invoke the tool from the publish directory as well.
Original file line number Diff line number Diff line change 13
13
<MicrosoftBuildLocatorVersion >1.4.1</MicrosoftBuildLocatorVersion >
14
14
<MicrosoftBuildVersion >16.7</MicrosoftBuildVersion >
15
15
<MicrosoftWin32RegistryVersion >5.0.0-rc.1.20451.14</MicrosoftWin32RegistryVersion >
16
- <NewtonsoftJsonVersion >12 .0.3 </NewtonsoftJsonVersion >
16
+ <NewtonsoftJsonVersion >13 .0.1 </NewtonsoftJsonVersion >
17
17
<NuGetVersioningVersion >5.8.0-preview.3.6823</NuGetVersioningVersion >
18
18
<SystemCollectionsImmutableVersion >5.0.0-rc.1.20451.14</SystemCollectionsImmutableVersion >
19
19
<SystemCommandLineVersion >2.0.0-beta1.20371.2</SystemCommandLineVersion >
You can’t perform that action at this time.
0 commit comments