Skip to content

Commit 7f4fd32

Browse files
Changes: dotnet/runtime@5da49f4...207cda3 Changes: dotnet/emsdk@b8d8fec...3cddc1f Updates: * Microsoft.NET.ILLink: from 9.0.4-servicing.25202.7 to 9.0.5-servicing.25211.5 * Microsoft.NET.ILLink.Tasks: from 9.0.4 to 9.0.5 * Microsoft.NETCore.App.Ref: from 9.0.4 to 9.0.5 * Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100: from 9.0.4 to 9.0.5 Other changes: * [darc] track `Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100` After manually updating `Versions.Details.xml`, we can setup `darc` to manage the missing feed for dotnet/runtime 8.0.16: darc update-dependencies --id 264054 --name Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100 Looking up build with BAR id 264054 Updating 'Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100': '8.0.16' => '8.0.16' (from build '20250411.10' of 'https://github.com/dotnet/runtime') Checking for coherency updates... Local dependencies updated based on build with BAR id 264054 (20250411.10 from https://github.com/dotnet/runtime@release/8.0) Going forward, we can do this for newer .NET 8 runtimes. Co-authored-by: Jonathan Peppers <[email protected]>
1 parent 850e3a2 commit 7f4fd32

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

NuGet.config

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-android -->
7-
<add key="darc-pub-dotnet-android-82d8938" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-82d8938c/nuget/v3/index.json" />
87
<!-- End: Package sources from dotnet-android -->
98
<!-- Begin: Package sources from dotnet-emsdk -->
10-
<add key="darc-pub-dotnet-emsdk-b8d8fec" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b8d8fec8/nuget/v3/index.json" />
9+
<add key="darc-pub-dotnet-emsdk-3cddc1f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-3cddc1fe/nuget/v3/index.json" />
1110
<!-- End: Package sources from dotnet-emsdk -->
1211
<!-- Begin: Package sources from dotnet-runtime -->
13-
<add key="darc-pub-dotnet-runtime-5da49f4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-5da49f4e/nuget/v3/index.json" />
12+
<add key="darc-pub-dotnet-runtime-6cd8ef8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-6cd8ef87/nuget/v3/index.json" />
13+
<add key="darc-pub-dotnet-runtime-207cda3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-207cda34/nuget/v3/index.json" />
1414
<!-- End: Package sources from dotnet-runtime -->
1515
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1616
<!-- ensure only the sources defined below are used -->
@@ -25,8 +25,6 @@
2525
<!-- This is needed (currently) for the Xamarin.Android.Deploy.Installer dependency, getting the installer -->
2626
<!-- Android binary, to support delta APK install -->
2727
<add key="xamarin.android util" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
28-
<!-- Added manually for dotnet/runtime 8.0.15 -->
29-
<add key="darc-pub-dotnet-runtime-b17f059" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-b17f0594/nuget/v3/index.json" />
3028
</packageSources>
3129
<disabledPackageSources />
3230
</configuration>

eng/Version.Details.xml

+13-8
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,31 @@
44
<Uri>https://github.com/dotnet/sdk</Uri>
55
<Sha>8d515d2a57e0c45a81795d7b133300fd8944f3f9</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.4-servicing.25202.7">
7+
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.5-servicing.25211.5">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>5da49f4e834fd5ecc3bd3fac5af227a2578ee664</Sha>
9+
<Sha>207cda3445ce8ac74ae548cd27ed482f36f6fb04</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.4">
11+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.5">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>5da49f4e834fd5ecc3bd3fac5af227a2578ee664</Sha>
13+
<Sha>207cda3445ce8ac74ae548cd27ed482f36f6fb04</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.4">
15+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.5">
1616
<Uri>https://github.com/dotnet/runtime</Uri>
17-
<Sha>5da49f4e834fd5ecc3bd3fac5af227a2578ee664</Sha>
17+
<Sha>207cda3445ce8ac74ae548cd27ed482f36f6fb04</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100" Version="9.0.4" CoherentParentDependency="Microsoft.NETCore.App.Ref">
19+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100" Version="9.0.5" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2020
<Uri>https://github.com/dotnet/emsdk</Uri>
21-
<Sha>b8d8fec81291264a825ba4c803ad50577b9d2265</Sha>
21+
<Sha>3cddc1fe20f0a0c08a1c3942a82c46413e5cc00a</Sha>
2222
</Dependency>
2323
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25112.2" CoherentParentDependency="Microsoft.NET.ILLink.Tasks">
2424
<Uri>https://github.com/dotnet/cecil</Uri>
2525
<Sha>8debcd23b73a27992a5fdb2229f546e453619d11</Sha>
2626
</Dependency>
27+
<!-- Previous .NET version -->
28+
<Dependency Name="Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100" Version="8.0.16">
29+
<Uri>https://github.com/dotnet/runtime</Uri>
30+
<Sha>6cd8ef87e1e5b8e89ae28d3f6e61ce77d469d9ea</Sha>
31+
</Dependency>
2732
<!-- Previous .NET Android version -->
2833
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="34.0.154">
2934
<Uri>https://github.com/dotnet/android</Uri>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<MicrosoftNETSdkPackageVersion>9.0.105-servicing.25164.42</MicrosoftNETSdkPackageVersion>
55
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkPackageVersion>9.0.4-servicing.25202.7</MicrosoftNETILLinkPackageVersion>
7-
<MicrosoftNETCoreAppRefPackageVersion>9.0.4</MicrosoftNETCoreAppRefPackageVersion>
6+
<MicrosoftNETILLinkPackageVersion>9.0.5-servicing.25211.5</MicrosoftNETILLinkPackageVersion>
7+
<MicrosoftNETCoreAppRefPackageVersion>9.0.5</MicrosoftNETCoreAppRefPackageVersion>
88
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
99
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.24476.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
10-
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version>9.0.4</MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version>
10+
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version>9.0.5</MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version>
1111
<MicrosoftNETWorkloadEmscriptenPackageVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version)</MicrosoftNETWorkloadEmscriptenPackageVersion>
1212
<MicrosoftTemplateEngineTasksPackageVersion>7.0.100-rc.1.22410.7</MicrosoftTemplateEngineTasksPackageVersion>
1313
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25112.2</MicrosoftDotNetCecilPackageVersion>

0 commit comments

Comments
 (0)