Skip to content

Commit 52f3b40

Browse files
Changes: dotnet/runtime@197db4f...2b46f3a Changes: dotnet/emsdk@5054dd3...cd2146c Updates: * Microsoft.NET.ILLink: from 9.0.0-rtm.24518.13 to 9.0.0-rtm.24522.15 * Microsoft.NET.ILLink.Tasks: from 9.0.0 to 9.0.0 * Microsoft.NETCore.App.Ref: from 9.0.0 to 9.0.0 * Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100: from 9.0.0 to 9.0.0
1 parent 278e101 commit 52f3b40

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

NuGet.config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<add key="darc-pub-dotnet-android-df9aaf2-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-df9aaf29-2/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-android -->
99
<!-- Begin: Package sources from dotnet-emsdk -->
10-
<add key="darc-pub-dotnet-emsdk-5054dd3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-5054dd35/nuget/v3/index.json" />
11-
<add key="darc-pub-dotnet-emsdk-5054dd3-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-5054dd35-2/nuget/v3/index.json" />
12-
<add key="darc-pub-dotnet-emsdk-5054dd3-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-5054dd35-1/nuget/v3/index.json" />
10+
<add key="darc-pub-dotnet-emsdk-cd2146c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-cd2146c9/nuget/v3/index.json" />
1311
<!-- End: Package sources from dotnet-emsdk -->
1412
<!-- Begin: Package sources from dotnet-runtime -->
15-
<add key="darc-pub-dotnet-runtime-197db4f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-197db4ff/nuget/v3/index.json" />
13+
<add key="darc-pub-dotnet-runtime-2b46f3a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-2b46f3a7/nuget/v3/index.json" />
1614
<!-- End: Package sources from dotnet-runtime -->
1715
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1816
<!-- ensure only the sources defined below are used -->

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<Uri>https://github.com/dotnet/sdk</Uri>
55
<Sha>a8e91e919be617bf2f0e513b5be4d155fa237fcd</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rtm.24518.13">
7+
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rtm.24522.15">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>197db4ff0ded5f02e2d050f1310f297265d19e3d</Sha>
9+
<Sha>2b46f3a7eb3d0df99c523e5648f00cc8b53caa05</Sha>
1010
</Dependency>
1111
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>197db4ff0ded5f02e2d050f1310f297265d19e3d</Sha>
13+
<Sha>2b46f3a7eb3d0df99c523e5648f00cc8b53caa05</Sha>
1414
</Dependency>
1515
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0">
1616
<Uri>https://github.com/dotnet/runtime</Uri>
17-
<Sha>197db4ff0ded5f02e2d050f1310f297265d19e3d</Sha>
17+
<Sha>2b46f3a7eb3d0df99c523e5648f00cc8b53caa05</Sha>
1818
</Dependency>
1919
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100" Version="9.0.0" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2020
<Uri>https://github.com/dotnet/emsdk</Uri>
21-
<Sha>5054dd35a56010d8f6232408e56e31ad8ccc987a</Sha>
21+
<Sha>cd2146c90fc68d5ff2db715337e696229c74651e</Sha>
2222
</Dependency>
2323
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.24515.1" CoherentParentDependency="Microsoft.NET.ILLink.Tasks">
2424
<Uri>https://github.com/dotnet/cecil</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<MicrosoftNETSdkPackageVersion>9.0.100-rtm.24522.8</MicrosoftNETSdkPackageVersion>
55
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkPackageVersion>9.0.0-rtm.24518.13</MicrosoftNETILLinkPackageVersion>
6+
<MicrosoftNETILLinkPackageVersion>9.0.0-rtm.24522.15</MicrosoftNETILLinkPackageVersion>
77
<MicrosoftNETCoreAppRefPackageVersion>9.0.0</MicrosoftNETCoreAppRefPackageVersion>
88
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
99
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.24476.2</MicrosoftDotNetBuildTasksFeedPackageVersion>

0 commit comments

Comments
 (0)