We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c8e60 commit ed4544aCopy full SHA for ed4544a
1 file changed
README.md
@@ -3,7 +3,7 @@
3
Convert code from VB.NET to C# and vice versa using Roslyn - all free and open source:
4
* [Visual Studio extension](https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter)
5
* [Online snippet converter](https://codeconverter.icsharpcode.net/)
6
-* Command line `dotnet tool install ICSharpCode.CodeConverter.codeconv --global` (Requires VS2017+ installed)
+* Command line `dotnet tool install ICSharpCode.CodeConverter.codeconv --global` (Requires VS2019+ installed)
7
* [Nuget library](https://www.nuget.org/packages/ICSharpCode.CodeConverter/) (this underpins all other free converters you'll find online)
8
9
See [wiki](https://github.com/icsharpcode/CodeConverter/wiki) for advice on getting the best results.
0 commit comments