Skip to content

Commit

Permalink
Bump Microsoft.Identity.Web.UI and Microsoft.Extensions.Configuration…
Browse files Browse the repository at this point in the history
….Binder

Bumps [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web) and [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.Identity.Web.UI` from 2.15.3 to 2.17.5
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/2.17.5/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.15.3...2.17.5)

Updates `Microsoft.Extensions.Configuration.Binder` from 7.0.4 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.4...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web.UI
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kbeaugrand committed Apr 20, 2024
1 parent 6595235 commit 51a0abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<PackageReference Include="Microsoft.Graph" Version="5.40.0" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.14" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.15.3" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.17.5" />
<PackageReference Include="MudBlazor" Version="6.11.0" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.21.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit 51a0abf

Please sign in to comment.