Merge pull request #1915 from danielkatz/patch-2

Update .Net NuGet package name to 4.7 with .NET Core target
This commit is contained in:
Terence Parr 2017-06-25 08:36:54 -07:00 committed by GitHub
commit e6a77c86da
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ This is just a quick start. The tool has many useful options to control generati
The Antlr 4 standard runtime for C# is now available from NuGet.
We trust that you know how to do add NuGet references to your project :-).
The package id is Antlr.4.Runtime. We do not support other packages.
The package id is Antlr4.Runtime.Standard. We do not support other packages.
### Step 6: You're done!