Skip to content

Commit 33205af

Browse files
committed
Fixes .NET 8's Postgres RunStartupMethodsSequentially
1 parent 8770b47 commit 33205af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AuthPermissions.AspNetCore/AuthPermissions.AspNetCore.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">
1010
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.0" />
12+
<!-- .NET 8 needs a newer DistributedLock.Postgres version. See https://github.com/madelson/DistributedLock/issues/174 -->
13+
<PackageReference Include="DistributedLock.Postgres" Version="1.0.5" />
1214
</ItemGroup>
1315

1416
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0'">

0 commit comments

Comments
 (0)