Skip to content

Commit 80836c8

Browse files
committed
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-efcore build 20250507.10
dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 9.0.5 -> To Version 9.0.6
1 parent ebd5011 commit 80836c8

File tree

3 files changed

+34
-26
lines changed

3 files changed

+34
-26
lines changed

NuGet.config

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
77
<add key="darc-int-dotnet-runtime-e36e4d1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-e36e4d1-8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-8/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-e36e4d1-7" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-7/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-runtime-e36e4d1-6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-6/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-runtime-e36e4d1-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-5/nuget/v3/index.json" />
812
<add key="darc-int-dotnet-runtime-e36e4d1-4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-4/nuget/v3/index.json" />
913
<add key="darc-int-dotnet-runtime-e36e4d1-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-3/nuget/v3/index.json" />
1014
<add key="darc-int-dotnet-runtime-e36e4d1-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-2/nuget/v3/index.json" />
1115
<add key="darc-int-dotnet-runtime-e36e4d1-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-1/nuget/v3/index.json" />
1216
<!-- End: Package sources from dotnet-runtime -->
1317
<!-- Begin: Package sources from dotnet-efcore -->
14-
<add key="darc-int-dotnet-efcore-353095d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-353095d9/nuget/v3/index.json" />
18+
<add key="darc-int-dotnet-efcore-1c53610" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-1c536108/nuget/v3/index.json" />
1519
<!-- End: Package sources from dotnet-efcore -->
1620
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1721
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -34,13 +38,17 @@
3438
<clear />
3539
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
3640
<!-- Begin: Package sources from dotnet-efcore -->
37-
<add key="darc-int-dotnet-efcore-353095d" value="true" />
41+
<add key="darc-int-dotnet-efcore-1c53610" value="true" />
3842
<!-- End: Package sources from dotnet-efcore -->
3943
<!-- Begin: Package sources from dotnet-runtime -->
4044
<add key="darc-int-dotnet-runtime-e36e4d1-1" value="true" />
4145
<add key="darc-int-dotnet-runtime-e36e4d1-2" value="true" />
4246
<add key="darc-int-dotnet-runtime-e36e4d1-3" value="true" />
4347
<add key="darc-int-dotnet-runtime-e36e4d1-4" value="true" />
48+
<add key="darc-int-dotnet-runtime-e36e4d1-5" value="true" />
49+
<add key="darc-int-dotnet-runtime-e36e4d1-6" value="true" />
50+
<add key="darc-int-dotnet-runtime-e36e4d1-7" value="true" />
51+
<add key="darc-int-dotnet-runtime-e36e4d1-8" value="true" />
4452
<add key="darc-int-dotnet-runtime-e36e4d1" value="true" />
4553
<!-- End: Package sources from dotnet-runtime -->
4654
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@
99
-->
1010
<Dependencies>
1111
<ProductDependencies>
12-
<Dependency Name="dotnet-ef" Version="9.0.5">
12+
<Dependency Name="dotnet-ef" Version="9.0.6">
1313
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
14-
<Sha>353095d925da575e269d6b0492671022b3707353</Sha>
14+
<Sha>1c5361081414ce2055986dca34083aa2f1541c08</Sha>
1515
<SourceBuildTarball RepoName="efcore" ManagedOnly="true" />
1616
</Dependency>
17-
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.5">
17+
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6">
1818
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
19-
<Sha>353095d925da575e269d6b0492671022b3707353</Sha>
19+
<Sha>1c5361081414ce2055986dca34083aa2f1541c08</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.5">
21+
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.6">
2222
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
23-
<Sha>353095d925da575e269d6b0492671022b3707353</Sha>
23+
<Sha>1c5361081414ce2055986dca34083aa2f1541c08</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.5">
25+
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.6">
2626
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
27-
<Sha>353095d925da575e269d6b0492671022b3707353</Sha>
27+
<Sha>1c5361081414ce2055986dca34083aa2f1541c08</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.5">
29+
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.6">
3030
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
31-
<Sha>353095d925da575e269d6b0492671022b3707353</Sha>
31+
<Sha>1c5361081414ce2055986dca34083aa2f1541c08</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5">
33+
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
3434
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
35-
<Sha>353095d925da575e269d6b0492671022b3707353</Sha>
35+
<Sha>1c5361081414ce2055986dca34083aa2f1541c08</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.5">
37+
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.6">
3838
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
39-
<Sha>353095d925da575e269d6b0492671022b3707353</Sha>
39+
<Sha>1c5361081414ce2055986dca34083aa2f1541c08</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.5">
41+
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.6">
4242
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
43-
<Sha>353095d925da575e269d6b0492671022b3707353</Sha>
43+
<Sha>1c5361081414ce2055986dca34083aa2f1541c08</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="9.0.5">
4646
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@
146146
<MicrosoftExtensionsDiagnosticsTestingVersion>9.5.0-preview.1.25211.2</MicrosoftExtensionsDiagnosticsTestingVersion>
147147
<MicrosoftExtensionsTimeProviderTestingVersion>9.5.0-preview.1.25211.2</MicrosoftExtensionsTimeProviderTestingVersion>
148148
<!-- Packages from dotnet/efcore -->
149-
<dotnetefVersion>9.0.5</dotnetefVersion>
150-
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.5</MicrosoftEntityFrameworkCoreInMemoryVersion>
151-
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.5</MicrosoftEntityFrameworkCoreRelationalVersion>
152-
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.5</MicrosoftEntityFrameworkCoreSqliteVersion>
153-
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.5</MicrosoftEntityFrameworkCoreSqlServerVersion>
154-
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.5</MicrosoftEntityFrameworkCoreToolsVersion>
155-
<MicrosoftEntityFrameworkCoreVersion>9.0.5</MicrosoftEntityFrameworkCoreVersion>
156-
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.5</MicrosoftEntityFrameworkCoreDesignVersion>
149+
<dotnetefVersion>9.0.6</dotnetefVersion>
150+
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.6</MicrosoftEntityFrameworkCoreInMemoryVersion>
151+
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.6</MicrosoftEntityFrameworkCoreRelationalVersion>
152+
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.6</MicrosoftEntityFrameworkCoreSqliteVersion>
153+
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.6</MicrosoftEntityFrameworkCoreSqlServerVersion>
154+
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.6</MicrosoftEntityFrameworkCoreToolsVersion>
155+
<MicrosoftEntityFrameworkCoreVersion>9.0.6</MicrosoftEntityFrameworkCoreVersion>
156+
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.6</MicrosoftEntityFrameworkCoreDesignVersion>
157157
<!-- Packages from dotnet/roslyn -->
158158
<MicrosoftCodeAnalysisCommonVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisCommonVersion>
159159
<MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>

0 commit comments

Comments
 (0)