Skip to content

Commit

Permalink
Merge pull request #6239 from microsoft/bugfix/aspnet-odata
Browse files Browse the repository at this point in the history
fix: dependency resolution issue with odata 8
  • Loading branch information
baywet authored Aug 13, 2024
2 parents dba9a0f + 0c570cf commit 34262e2
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="8.2.5" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="9.0.0-rc.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.0.1" />
<PackageReference Include="Microsoft.OData.Core" Version="8.0.0" />
Expand Down

0 comments on commit 34262e2

Please sign in to comment.