Skip to content
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

Build error #87

Open
chancezheng opened this issue Oct 23, 2024 · 2 comments
Open

Build error #87

chancezheng opened this issue Oct 23, 2024 · 2 comments

Comments

@chancezheng
Copy link

<ItemGroup>
    <PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
    <PackageReference Include="Antlr4BuildTasks" Version="12.8.0" PrivateAssets="all"/>
</ItemGroup>

MSB406: can not load task "Antlr4.Build.Tasks.RunAntlrTool", but when my csproj as follows, it build ok

<ItemGroup>
    <PackageReference Include="Antlr4.Runtime.Standard" Version="4.9.3" />
    <PackageReference Include="Antlr4BuildTasks" Version="8.17.0" PrivateAssets="all"/>
</ItemGroup>
@kaby76
Copy link
Owner

kaby76 commented Oct 23, 2024

We need to see the build output.

Delete the bin/ and obj/ directories. Then, perform the build with diagnostics: dotnet build -v diag and capture the entire output in a .txt file. Please post that in a follow-up comment.

@chancezheng
Copy link
Author

thanks, I get the error as #58, when switch the special version it's ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants