How to add a project reference to a .net core library from another solution
Escrito January 24th, 2017 . Nenhum comentário .
I was debugging one .net core application and to solve a problem I had to change the code in the application and in a referenced .net core library at the same time. One way to achieve this when both are in the same solution is to reference the library setting its target as project in […]