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.
Since the
UseUnityContainer
extension takes aIUnityContainer
as an argument, I need to declare myUnityConatiner
as that interface. But I'm getting the error, that version v3.3.1 ofUnity.Abstractions
needs to be referenced to use theIUnityContainer
interface.