From a123f3a9aecef25da18e83aafc871bd8b8148371 Mon Sep 17 00:00:00 2001 From: Mend Renovate <bot@renovateapp.com> Date: Tue, 25 Jun 2024 11:52:35 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo --- ...ud.EntityFrameworkCore.Spanner.IntegrationTests.csproj | 4 ++-- .../Google.Cloud.EntityFrameworkCore.Spanner.Tests.csproj | 4 ++-- .../Google.Cloud.EntityFrameworkCore.Spanner.csproj | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests.csproj b/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests.csproj index 292783e..6f907ad 100644 --- a/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests.csproj +++ b/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests.csproj @@ -19,8 +19,8 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.21" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.21"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.31" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.31"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> diff --git a/Google.Cloud.EntityFrameworkCore.Spanner.Tests/Google.Cloud.EntityFrameworkCore.Spanner.Tests.csproj b/Google.Cloud.EntityFrameworkCore.Spanner.Tests/Google.Cloud.EntityFrameworkCore.Spanner.Tests.csproj index 5044cc1..bd549ee 100644 --- a/Google.Cloud.EntityFrameworkCore.Spanner.Tests/Google.Cloud.EntityFrameworkCore.Spanner.Tests.csproj +++ b/Google.Cloud.EntityFrameworkCore.Spanner.Tests/Google.Cloud.EntityFrameworkCore.Spanner.Tests.csproj @@ -18,11 +18,11 @@ <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.21"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.31"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.21" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.31" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> <PackageReference Include="xunit" Version="2.5.0" /> <PackageReference Include="Xunit.Combinatorial" Version="1.6.24" /> diff --git a/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj b/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj index 9f1176f..9dcf1d5 100644 --- a/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj +++ b/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj @@ -21,11 +21,11 @@ <ItemGroup> <PackageReference Include="Google.Cloud.Spanner.Data" Version="4.6.0"/> <PackageReference Include="JetBrains.Annotations" Version="2023.2.0" PrivateAssets="All"/> - <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="Microsoft.EntityFrameworkCore.Design" Version="6.0.31" PrivateAssets="All"/> + <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.31"/> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.31"/> <PackageReference Include="OpenTelemetry.Api" Version="1.9.0"/> - <PackageReference Include="System.Text.Json" Version="6.0.8"/> + <PackageReference Include="System.Text.Json" Version="6.0.9"/> </ItemGroup> <ItemGroup>