Skip to content

Commit

Permalink
Merge pull request #261 from bervProject/dependabot/nuget/Microsoft.E…
Browse files Browse the repository at this point in the history
…ntityFrameworkCore.Tools-and-Microsoft.EntityFrameworkCore.Design-8.0.2

build(deps): Bump Microsoft.EntityFrameworkCore.Tools and Microsoft.EntityFrameworkCore.Design
  • Loading branch information
mergify[bot] authored Mar 1, 2024
2 parents 29d683e + 69cde32 commit eb496ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ODataExample/ODataExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit eb496ad

Please sign in to comment.