Skip to content

Commit

Permalink
Bump Microsoft.Identity.Web from 2.14.0 to 2.15.1 (#2505)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) from 2.14.0 to 2.15.1.
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](https://github.com/AzureAD/microsoft-identity-web/commits/2.15.1)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 3782165 commit 54acdb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/DevApps/ciam/myWebApi/myWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup Condition="'$(UseWIP)' == 'false' ">
<PackageReference Include="Microsoft.Identity.Web" Version="2.14.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.15.1" />
</ItemGroup>

<ItemGroup Condition="'$(UseWIP)' == 'true' ">
Expand Down
2 changes: 1 addition & 1 deletion tests/DevApps/ciam/myWebApp/myWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(UseWIP)' == 'false' ">
<PackageReference Include="Microsoft.Identity.Web" Version="2.14.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.15.1" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.14.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' != 'true'">
<PackageReference Include="Microsoft.Identity.Web" Version="2.14.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.15.1" />
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' == 'true'">
Expand Down

0 comments on commit 54acdb1

Please sign in to comment.