Hello everyone!

I've copied my plugin (developed about 6 monthes ago) to the latest NOP solution (i've got a code from repository) and there is a routing implementation exists (iRouteProvider in my plugin) and now in the new solution I can see there is some kind of error exists and it tells me that I have to add some Microsoft.AspNetCore.Routing dll... But if I use Nuget PM it adds a lot of other DLLs... So is there any other way to solve that issue? I really don't want to add about 10 (or even more) new Dlls...

Thanks!