Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 authored Aug 28, 2024
1 parent 17e373a commit 3eb06f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ to your project. csproj file as shown below, otherwise you can use the "NuGet Pa

````xml
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" PrivateAssets="all" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.2" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" PrivateAssets="all" IncludeAssets="build" />
</ItemGroup>
````

Expand Down

0 comments on commit 3eb06f7

Please sign in to comment.