alexandrnikitin / Topshelf.Unity

Topshelf.Unity provides extensions to construct your service class from your Unity IoC container.
MIT License
7 stars 8 forks source link

Unity.Abstractions Dependency (again) #12

Closed Prodigio closed 5 years ago

Prodigio commented 5 years ago

Since the UseUnityContainer extension takes a IUnityContainer as an argument, I need to declare my UnityConatiner as that interface. But I'm getting the error, that version v3.3.1 of Unity.Abstractions needs to be referenced to use the IUnityContainer interface.

Prodigio commented 5 years ago

Nevermind, I just had weird references in my project.