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!!
Loading

Aakash NPosted Mar 1, 2019, 1:51 PM
you have understood it correct but, little correction I want to add a .net core console app as reference to .net standard class library project.
But, I figured out a way to do this. I have recreated my console app to .net standard console apps and have used them in my class library project
Jeeva SubburajPosted Mar 1, 2019, 11:31 AM