Skip to content

Commit

Permalink
Fixed get_AllowsCachingPolicies method not found issue by downgrading…
Browse files Browse the repository at this point in the history
… Microsoft Nuget package version (#5)
  • Loading branch information
mshakirdfe authored Dec 3, 2024
1 parent 569c9a9 commit 7c7dd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DfE.CoreLibs.Security/DfE.CoreLibs.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.11" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.4.0" />
</ItemGroup>

Expand Down

0 comments on commit 7c7dd59

Please sign in to comment.