Skip to content

Commit c58ac02

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250408.6 (#6270)
[main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.EntityFrameworkCore.Sqlite: from 9.0.4 to 9.0.4 (parent: Microsoft.AspNetCore.App.Runtime.win-x64)
1 parent 3ebeec1 commit c58ac02

File tree

4 files changed

+22
-14
lines changed

4 files changed

+22
-14
lines changed

NuGet.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-aspnetcore -->
7+
<add key="darc-int-dotnet-aspnetcore-c15021a" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-c15021a0/nuget/v3/index.json" />
78
<!-- End: Package sources from dotnet-aspnetcore -->
89
<!-- Begin: Package sources from dotnet-efcore -->
10+
<add key="darc-int-dotnet-efcore-55700ce" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-55700ce7/nuget/v3/index.json" />
911
<!-- End: Package sources from dotnet-efcore -->
1012
<!-- Begin: Package sources from dotnet-runtime -->
13+
<add key="darc-int-dotnet-runtime-f57e6dc" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-f57e6dc7/nuget/v3/index.json" />
14+
<add key="darc-int-dotnet-runtime-f57e6dc-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-f57e6dc7-2/nuget/v3/index.json" />
15+
<add key="darc-int-dotnet-runtime-f57e6dc-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-f57e6dc7-1/nuget/v3/index.json" />
1116
<!-- End: Package sources from dotnet-runtime -->
1217
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1318
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
@@ -43,10 +48,15 @@
4348
<disabledPackageSources>
4449
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
4550
<!-- Begin: Package sources from dotnet-aspnetcore -->
51+
<add key="darc-int-dotnet-aspnetcore-c15021a" value="true" />
4652
<!-- Begin: Package sources from dotnet-efcore -->
53+
<add key="darc-int-dotnet-efcore-55700ce" value="true" />
4754
<!-- End: Package sources from dotnet-efcore -->
4855
<!-- End: Package sources from dotnet-aspnetcore -->
4956
<!-- Begin: Package sources from dotnet-runtime -->
57+
<add key="darc-int-dotnet-runtime-f57e6dc-1" value="true" />
58+
<add key="darc-int-dotnet-runtime-f57e6dc-2" value="true" />
59+
<add key="darc-int-dotnet-runtime-f57e6dc" value="true" />
5060
<!-- End: Package sources from dotnet-runtime -->
5161
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
5262
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,21 +190,21 @@
190190
</Dependency>
191191
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.4" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
192192
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
193-
<Sha>9275e9ac55e413546a09551c29d5227d6d009747</Sha>
193+
<Sha>55700ce7d51b40ea546f817fd4947a6bae50be07</Sha>
194194
</Dependency>
195195
</ProductDependencies>
196196
<ToolsetDependencies>
197-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25204.5">
197+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
198198
<Uri>https://github.com/dotnet/arcade</Uri>
199-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
199+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
200200
</Dependency>
201-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25204.5">
201+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25208.6">
202202
<Uri>https://github.com/dotnet/arcade</Uri>
203-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
203+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
204204
</Dependency>
205-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25204.5">
205+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25208.6">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
207+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
208208
</Dependency>
209209
</ToolsetDependencies>
210210
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1313
-->
1414
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
15-
1615
<!--
1716
When DotNetFinalVersionKind is set to 'release' (only for the release branches),
1817
the build will produce stable outputs for 'Shipping' packages.
1918
2019
This is used by the Arcade SDK (Publish.proj) to determine if the build is a release build or not.
2120
-->
2221
<DotNetFinalVersionKind />
23-
2422
<!-- Enabling this rule will cause build failures on undocumented public APIs. -->
2523
<SkipArcadeNoWarnCS1591>true</SkipArcadeNoWarnCS1591>
2624
</PropertyGroup>
@@ -86,7 +84,7 @@
8684
<!-- Dependencies from https://github.com/dotnet/efcore -->
8785
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.4</MicrosoftEntityFrameworkCoreSqliteVersion>
8886
<!-- Dependencies from https://github.com/dotnet/arcade -->
89-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25204.5</MicrosoftDotNetBuildTasksTemplatingVersion>
87+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25208.6</MicrosoftDotNetBuildTasksTemplatingVersion>
9088
</PropertyGroup>
9189
<PropertyGroup Label="No longer automated Maestro dependency updates">
9290
<!-- Packages from dotnet/runtime -->

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "9.0.104"
3+
"version": "9.0.105"
44
},
55
"tools": {
6-
"dotnet": "9.0.104",
6+
"dotnet": "9.0.105",
77
"runtimes": {
88
"dotnet": [
99
"8.0.0",
@@ -18,7 +18,7 @@
1818
"msbuild-sdks": {
1919
"Microsoft.Build.NoTargets": "3.7.0",
2020
"Microsoft.Build.Traversal": "3.2.0",
21-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25204.5",
22-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5"
21+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6",
22+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25208.6"
2323
}
2424
}

0 commit comments

Comments
 (0)