execute a console application in class library asp.net core
I'm working with a project where I have to use a Console App as Nuget Package (NETCore.App v2.1) in a Class Library (NetStandard.Library 2.0.3) as dependency.
I want a work around for this. Can anyone help me with this situation.
Thanks in advance!!