diff --git a/common.props b/common.props index 5f4c947..c8559fc 100644 --- a/common.props +++ b/common.props @@ -1,6 +1,6 @@ - 2.0.0-rc3 + 2.0.0-rc4 $(NoWarn);CS1591 https://raw.githubusercontent.com/osoykan/Stove/master/stove.png https://github.com/osoykan/Stove diff --git a/src/Stove/Runtime/Session/DefaultPrincipalAccessor.cs b/src/Stove/Runtime/Session/DefaultPrincipalAccessor.cs index 17b7e0d..731ac9d 100644 --- a/src/Stove/Runtime/Session/DefaultPrincipalAccessor.cs +++ b/src/Stove/Runtime/Session/DefaultPrincipalAccessor.cs @@ -5,7 +5,7 @@ namespace Stove.Runtime.Session { - public class DefaultPrincipalAccessor : IPrincipalAccessor, ISingletonDependency + public class DefaultPrincipalAccessor : IPrincipalAccessor, ITransientDependency { public static DefaultPrincipalAccessor Instance => new DefaultPrincipalAccessor();