Hello, got another issue after installing the latest version (3.1.x) when using cms version 12.
TypeLoadException: Could not load type 'Castle.Core.Pair`2' from assembly 'Castle.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc'.
I think it's because of the pinned version of Castle.Core:
Where as the Episerver.Core package for version 12.x has this:
Castle.Core (>= 4.4.1 && < 5.0.0)
To reproduce:
dotnet new epi-alloy-mvc
dotnet add package Jhoose.Security.Admin
The 3.0.4.448 seems to work though.
Hello, got another issue after installing the latest version (3.1.x) when using cms version 12.
TypeLoadException: Could not load type 'Castle.Core.Pair`2' from assembly 'Castle.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc'.
I think it's because of the pinned version of Castle.Core:
Where as the Episerver.Core package for version 12.x has this:
Castle.Core (>= 4.4.1 && < 5.0.0)
To reproduce:
dotnet new epi-alloy-mvc
dotnet add package Jhoose.Security.Admin
The 3.0.4.448 seems to work though.