Skip to content

Commit

Permalink
build(deps): Update Microsoft.Identity.Web requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) to permit the latest version.
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.12.2...2.13.0)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent 225dce7 commit d839cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<PackageReference Update="MySqlConnector" Version="$(MySqlConnectorVersion)" />
<PackageReference Update="Npgsql" Version="$(EntityFrameworkCoreVersion)" />
<PackageReference Update="Npgsql.EntityFrameworkCore.PostgreSQL" Version="$(EntityFrameworkCoreNpgsqlVersion)" />
<PackageReference Update="Microsoft.Identity.Web" Version="2.12.*" />
<PackageReference Update="Microsoft.Identity.Web" Version="2.13.*" />
<PackageReference Update="MsgPack.Cli" Version="1.0.*" />
<PackageReference Update="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" />
<PackageReference Update="Pluralize.NET" Version="1.0.*" />
Expand Down

0 comments on commit d839cc5

Please sign in to comment.