-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This repo should be archived #381
Comments
Just to clarify for others who may venture this way... Here is my setup in VS2022 <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="ECML.g4" />
</ItemGroup>
<ItemGroup>
<Antlr4 Include="ECML.g4">
<Listener>False</Listener>
<AntOutDir>Generated</AntOutDir>
<Package>ECML</Package>
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8.0" />
<PackageReference Include="CXuesong.LanguageServer.VsCode" Version="0.3.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>
Notes:
|
Since NuGet packages from this repo only cover ANTLR 4.6 and below and end users should migrate to Antlr4.Runtime.Standard (and Antlr4BuildTasks), I think it is time to
Those steps are critical to ensure new users know what are the right things to use.
The text was updated successfully, but these errors were encountered: