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.18.0 to 2.18.1
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/2.18.1/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.18.0...2.18.1)

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-patch
- 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 26, 2024
1 parent 247100a commit 05b397a
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.49.0" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.14" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.18.0" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.18.1" />
<PackageReference Include="MudBlazor" Version="6.19.1" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.21.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit 05b397a

Please sign in to comment.