Posts by Giovanni Dalfre • 11 points
1 post
-
1
votes1
answer515
viewsA: Integration Test . Net Core 2.2
I had a similar problem, but he accused not finding the lib Microsoft.AspNetCore.App. What I did to resolve was to add the import of that lib to my csproj. So in your case, I would try to add:…