CleanArchitecture.WebApi icon indicating copy to clipboard operation
CleanArchitecture.WebApi copied to clipboard

Can't add reference of ClassLibrary: Shared into ClassLibrary:Application

Open faisalshafisit opened this issue 4 years ago • 1 comments

Application and Domain Class Libraries are in .Net Standard 2.1 Whereas Identity, Persistance and Shared Class Libraries are in .Net Core 3.1

Therefore I'm unable to add project reference of shared into Application ClassLibrary.

faisalshafisit avatar Feb 01 '21 12:02 faisalshafisit

I am not even able to add a new class library project. It gives compilation error. Were you able to resolve this issue?

KanupriyaGoel avatar Mar 23 '22 22:03 KanupriyaGoel