Skip to content
Snippets Groups Projects
Commit 2344ea34 authored by Dennis Wobbe's avatar Dennis Wobbe :speech_balloon:
Browse files

Adding ANTLR4 runtime

parent 20b0fe41
No related branches found
No related tags found
1 merge request!21Near final implementation of Convert package + documentation
......@@ -6,4 +6,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4" Version="4.6.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Antlr4.Runtime" Version="4.6.6" />
</ItemGroup>
</Project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment