Skip to content

Commit

Permalink
bump odata version to 7.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maumar committed Jan 28, 2021
1 parent ee09fa7 commit ea79edc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.5.2" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.5.5" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions test/EFCore.OData.FunctionalTests/TestControllers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ public class TestODataController : ODataController
public new TestBadRequestObjectResult BadRequest(ModelStateDictionary modelState)
=> new(base.BadRequest(modelState));

[NonAction]
public TestBadRequestObjectResult BadRequest(string message)
=> new(base.BadRequest(message));

public new TestBadRequestObjectResult BadRequest(object obj)
=> new(base.BadRequest(obj));

Expand Down

0 comments on commit ea79edc

Please sign in to comment.