Skip to content

Commit

Permalink
Merge branch 'dev-net8'
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 11, 2023
2 parents cd34f2f + 96a3ae6 commit bda0233
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/BffMicrosoftEntraID.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.12" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.12" />
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="2.15.1" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.15.1" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.15.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.13" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.13" />
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="2.15.3" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.15.3" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.15.3" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.21.0" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders.TagHelpers" Version="0.21.0" />
<PackageReference Include="Yarp.ReverseProxy" Version="2.0.1" />
Expand Down

0 comments on commit bda0233

Please sign in to comment.