From c5fbf63b55d00b600b38aaf3e5d33814e8971d3e Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 3 Jan 2021 12:22:45 -0800 Subject: [PATCH] update doc --- doc/releasing-antlr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/releasing-antlr.md b/doc/releasing-antlr.md index 12bfcca639..3c0fa63189 100644 --- a/doc/releasing-antlr.md +++ b/doc/releasing-antlr.md @@ -315,7 +315,7 @@ Now we have [appveyor create artifact](https://ci.appveyor.com/project/parrt/ant Of course you need Mono and `nuget` to be installed. On mac: -- .NET build tools - can be loaded from [here](https://www.visualstudio.com/downloads/) +- .NET build tools - can be loaded from [here](https://www.visualstudio.com/downloads/) (I need dotnet 5 and 3.1 versions) - nuget - download [nuget.exe](https://www.nuget.org/downloads) - dotnet - follow [the instructions here](https://www.microsoft.com/net/core)