I am trying to use the nuget package in VS22, but I am getting this error
Severity Code Description Project File Line Suppression State Details
Error The "Antlr4.Build.Tasks.RunAntlrTool" task could not be loaded from the assembly project\packages\Antlr4BuildTasks.12.8.0\build..\tools\net40\Antlr4BuildTasks.dll. Could not load file or assembly 'project\Antlr4BuildTasks.12.8.0\tools\net40\Antlr4BuildTasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
I am trying to use the nuget package in VS22, but I am getting this error