iammukeshm / CleanArchitecture.WebApi

An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
MIT License
1.39k stars 343 forks source link

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

Open faisalshafisit opened 3 years ago

faisalshafisit commented 3 years ago

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.

KanupriyaGoel commented 2 years ago

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