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

Commit ba9f407

Browse files
authored
Merge branch 'main' into ujjwalchadha/allow-winrt-component-conversion
2 parents 3918ced + 1707f21 commit ba9f407

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<MicrosoftBuildLocatorVersion>1.4.1</MicrosoftBuildLocatorVersion>
1414
<MicrosoftBuildVersion>16.7</MicrosoftBuildVersion>
1515
<MicrosoftWin32RegistryVersion>5.0.0-rc.1.20451.14</MicrosoftWin32RegistryVersion>
16-
<NewtonsoftJsonVersion>12.0.3</NewtonsoftJsonVersion>
16+
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
1717
<NuGetVersioningVersion>5.8.0-preview.3.6823</NuGetVersioningVersion>
1818
<SystemCollectionsImmutableVersion>5.0.0-rc.1.20451.14</SystemCollectionsImmutableVersion>
1919
<SystemCommandLineVersion>2.0.0-beta1.20371.2</SystemCommandLineVersion>

0 commit comments

Comments
 (0)