Skip to content

Commit ed4544a

Browse files
Update README.md
1 parent 81c8e60 commit ed4544a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Convert code from VB.NET to C# and vice versa using Roslyn - all free and open source:
44
* [Visual Studio extension](https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter)
55
* [Online snippet converter](https://codeconverter.icsharpcode.net/)
6-
* Command line `dotnet tool install ICSharpCode.CodeConverter.codeconv --global` (Requires VS2017+ installed)
6+
* Command line `dotnet tool install ICSharpCode.CodeConverter.codeconv --global` (Requires VS2019+ installed)
77
* [Nuget library](https://www.nuget.org/packages/ICSharpCode.CodeConverter/) (this underpins all other free converters you'll find online)
88

99
See [wiki](https://github.com/icsharpcode/CodeConverter/wiki) for advice on getting the best results.

0 commit comments

Comments
 (0)