I have ASP.NET Core 2.2 i am trying to install dotliquid using nuget
Install-Package DotLiquid -Version 2.0.298
but getting error
Does DotLiquid support .NET Core 2.2 ?
It seems to be because your solution or project is also called DotLiquid. When I create a new ASP.NET Core 2.2 web application called DotLiquid, just as you have in your screenshot, then I also get the cycles error:
Edit: This is apparently by design.
However, if I create an application with any other name, it installs fine.
I just created a new ASP.NET Core 2.2 web application, and installed the latest version of DotLiquid - version 2.0.314 - and it installed successfully. Try that version instead of 2.0.298.