How project reference should be added in asp.net core testproject for project system under test.
Should it be a .dll or it should be project file?What is teh best practice?
We are using asp.net core 2.2, for main project as well for test project with MSTest Unit test framework.