Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 29, 2023
1 parent d062008 commit e144520
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.16">
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.21" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.21">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.16">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.21">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.21" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="Xunit.Combinatorial" Version="1.5.25" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<ItemGroup>
<PackageReference Include="Google.Cloud.Spanner.Data" Version="4.5.0"/>
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" PrivateAssets="All"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.16" PrivateAssets="All"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.16"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.16"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.21" PrivateAssets="All"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.21"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.21"/>
<PackageReference Include="OpenTelemetry.Api" Version="1.5.0"/>
<PackageReference Include="System.Text.Json" Version="6.0.7"/>
<PackageReference Include="System.Text.Json" Version="6.0.8"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e144520

Please sign in to comment.