Hi. I'm developing application on .NET Core WPF.
Using Prism.Unity version 8 and EnterpriseLibrary.Commom.NetCore 6.3.0. Application works fine when i use just Prism.Unity without Common library. After adding nuget package i receive following error:
TypeLoadException: Could not load type 'Unity.Policy.IConstructorSelectorPolicy' from assembly 'Unity.Abstractions, Version=5.11.6.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0'.
Do you have any idea how to fix this issue? I prepare small project where error is reproduce
PrismTestModularity.zip