Skip to content

Commit 3c6b556

Browse files
Update README.md
1 parent c9e0751 commit 3c6b556

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [wiki](https://github.com/icsharpcode/CodeConverter/wiki) for advice on gett
1515

1616
Adds context menu items to convert projects/files between VB.NET and C#. See the [wiki documentation](https://github.com/icsharpcode/CodeConverter/wiki) for advice / help using it.
1717

18-
Download from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter) (Use VS VS2026 18.0+)
18+
Download from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter) (Ideally use VS VS2026 18.0+)
1919

2020
* Flexible: Convert a small selection, or a whole solution in one go, in either direction.
2121
* Accurate: Full project context (through Roslyn) is used to get the most accurate conversion.
@@ -53,8 +53,8 @@ Visual Basic .NET is slowly dying. It has support for *some* project types from
5353

5454
1. Ensure you have [.NET Core SDK 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
5555
2. Open the solution in Visual Studio 2022+ (Community edition is sufficient)
56-
3. To run the website, set CodeConverter.Web as the startup project
57-
* You will need [Node (LTS)](https://community.chocolatey.org/packages/nodejs-lts) 16.* (node 17 introduces a breaking change causing ERR_OSSL_EVP_UNSUPPORTED)
56+
3. To run the website, set web as the startup project
57+
* You will need Node (LTS)
5858
5. To run the Visual Studio extension, set Vsix as the startup project
5959
* A new instance of Visual Studio will open with the extension installed
6060

0 commit comments

Comments
 (0)