Remove the dependency of package Breeze.Server.WebApi2 on WebActivator
Is it possible to remove the dependency of package Breeze.Server.WebApi2 on WebActivator? I'm running into the problem that this package is not strong named. A solution could be referencing WebActivatorEx instead, or removing it completely (it appear it is only used in the generated routing example code and not by the package assembly itself).
My workaround is removing the WebActivator from my project References. The package keeps showing up in the package manager, however.
25
votes
