Skip to content

Commit

Permalink
build(deps): bump Microsoft.Identity.Web in /sample-api/api
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) from 3.2.0 to 3.2.1.
- [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@3.2.0...3.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 6021db9 commit 3ea7fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-api/api/src/ToDoApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OData" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.1" />
<PackageReference Include="Microsoft.OData.Core" Version="8.0.2" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.6.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
Expand Down

0 comments on commit 3ea7fd0

Please sign in to comment.