Skip to content

Commit 7492b0d

Browse files
authored
chore: update dotnet monorepo to 10.0.3 (#710)
1 parent a147adc commit 7492b0d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.2" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.2">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.3" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.3">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

Google.Cloud.EntityFrameworkCore.Spanner.Samples/Google.Cloud.EntityFrameworkCore.Spanner.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
28-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2">
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.3">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>

Google.Cloud.EntityFrameworkCore.Spanner.Tests/Google.Cloud.EntityFrameworkCore.Spanner.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2">
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.3">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.2" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.3" />
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
2727
<PackageReference Include="xunit" Version="2.9.3" />
2828
<PackageReference Include="Xunit.Combinatorial" Version="1.7.31" />

Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<ItemGroup>
2222
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.12.0"/>
2323
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="All"/>
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2" PrivateAssets="All"/>
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.2"/>
26-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.2"/>
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.3" PrivateAssets="All"/>
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.3"/>
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.3"/>
2727
<PackageReference Include="OpenTelemetry.Api" Version="1.15.0"/>
2828
<PackageReference Include="System.Text.Json" Version="8.0.6"/>
2929
</ItemGroup>

0 commit comments

Comments
 (0)