Skip to content

Commit

Permalink
build(deps): bump Microsoft.AspNetCore.OData and Microsoft.OData.Core
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.OData](https://github.com/OData/AspNetCoreOData) and Microsoft.OData.Core. These dependencies needed to be updated together.

Updates `Microsoft.AspNetCore.OData` from 9.1.2 to 9.1.3
- [Release notes](https://github.com/OData/AspNetCoreOData/releases)
- [Commits](https://github.com/OData/AspNetCoreOData/commits)

Updates `Microsoft.OData.Core` from 8.2.3 to 8.2.3

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OData
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.OData.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent d4f319e commit 649f327
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 @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OData" Version="9.1.2" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="9.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.1" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.5.0" />
<PackageReference Include="Microsoft.OData.Core" Version="8.2.3" />
Expand Down

0 comments on commit 649f327

Please sign in to comment.