We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8770b47 commit 33205afCopy full SHA for 33205af
AuthPermissions.AspNetCore/AuthPermissions.AspNetCore.csproj
@@ -9,6 +9,8 @@
9
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">
10
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" />
11
<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" />
14
</ItemGroup>
15
16
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0'">
0 commit comments