Skip to content

Commit

Permalink
build(deps): bump Microsoft.OpenApi.OData in /sample-api/api
Browse files Browse the repository at this point in the history
Bumps [Microsoft.OpenApi.OData](https://github.com/Microsoft/OpenAPI.NET.OData) from 1.6.9 to 1.7.0.
- [Release notes](https://github.com/Microsoft/OpenAPI.NET.OData/releases)
- [Commits](microsoft/OpenAPI.NET.OData@v.1.6.9...v.1.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi.OData
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 33db5d0 commit 84b2568
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 @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.5.0" />
<PackageReference Include="Microsoft.OData.Core" Version="8.2.3" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.6.9" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 84b2568

Please sign in to comment.