Skip to content

Commit 3a10a8c

Browse files
Update version.
1 parent 8ee2bfe commit 3a10a8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Squidex.OpenIdDict.EntityFramework/Resolvers/OpenIddictEntityFrameworkCoreAuthorizationStoreResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public IOpenIddictAuthorizationStore<TAuthorization> Get<TAuthorization>() where
4747

4848
var type = _cache.GetOrAdd(typeof(TAuthorization), key =>
4949
{
50-
var root = OpenIddictHelpers.FindGenericBaseType(key, typeof(OpenIddictEntityFrameworkCoreAuthorization<>)) ??
50+
var root = OpenIddictHelpers.FindGenericBaseType(key, typeof(OpenIddictEntityFrameworkCoreAuthorization<,>)) ??
5151
throw new InvalidOperationException(SR.GetResourceString(SR.ID0254));
5252

5353
var context = _options.CurrentValue.DbContextType ??

Squidex.OpenIdDict.EntityFramework/Squidex.OpenIdDict.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>5.8.2</Version>
7+
<Version>5.8.3</Version>
88
<IncludeSymbols>true</IncludeSymbols>
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
</PropertyGroup>

Squidex.OpenIdDict.MongoDb/Squidex.OpenIdDict.MongoDb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>5.8.2</Version>
7+
<Version>5.8.3</Version>
88
<IncludeSymbols>true</IncludeSymbols>
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)