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

Commit

Permalink
Merge pull request #446 from brandonh-msft/hurlburb/newtonsoft-13-0-1
Browse files Browse the repository at this point in the history
Hurlburb/newtonsoft 13 0 1
  • Loading branch information
jmarolf authored Jul 27, 2022
2 parents 3799b68 + 54a777b commit 1707f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ build.cmd
To use the tool locally, you need to build it from source. Once it's built, the tool will live under:

```
/artifacts/bin/try-convert/Debug/net5.0/try-convert.exe
/artifacts/bin/try-convert/Debug/net6.0/try-convert.exe
```

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

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

You can invoke the tool from the publish directory as well.
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<MicrosoftBuildLocatorVersion>1.4.1</MicrosoftBuildLocatorVersion>
<MicrosoftBuildVersion>16.7</MicrosoftBuildVersion>
<MicrosoftWin32RegistryVersion>5.0.0-rc.1.20451.14</MicrosoftWin32RegistryVersion>
<NewtonsoftJsonVersion>12.0.3</NewtonsoftJsonVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<NuGetVersioningVersion>5.8.0-preview.3.6823</NuGetVersioningVersion>
<SystemCollectionsImmutableVersion>5.0.0-rc.1.20451.14</SystemCollectionsImmutableVersion>
<SystemCommandLineVersion>2.0.0-beta1.20371.2</SystemCommandLineVersion>
Expand Down

0 comments on commit 1707f21

Please sign in to comment.