Skip to content

Commit ce56961

Browse files
[release/9.0-staging] Update dependencies from dotnet/sdk (#117873)
* Update dependencies from https://github.com/dotnet/sdk build 20250715.26 Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task From Version 9.0.109-servicing.25360.24 -> To Version 9.0.109-servicing.25365.26 * Update SDK version is versions.prop --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Tarek Mahmoud Sayed <[email protected]>
1 parent f361430 commit ce56961

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<add key="darc-pub-dotnet-emsdk-0bcc3e6-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-0bcc3e67-1/nuget/v3/index.json" />
1515
<!-- End: Package sources from dotnet-emsdk -->
1616
<!-- Begin: Package sources from dotnet-sdk -->
17+
<add key="darc-pub-dotnet-sdk-eb8e854" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-eb8e8545/nuget/v3/index.json" />
1718
<!-- End: Package sources from dotnet-sdk -->
18-
<add key="darc-pub-dotnet-sdk-81289841" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-81289841/nuget/v3/index.json" />
1919
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2020
<!--
2121
'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,12 @@
388388
</Dependency>
389389
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.109">
390390
<Uri>https://github.com/dotnet/sdk</Uri>
391-
<Sha>8128984181a05a7dc0de748ad3371e0a7f153f35</Sha>
391+
<Sha>eb8e854575399c14203dada1d2a6d5883fe23a4a</Sha>
392392
</Dependency>
393393
<!-- Intermediate is necessary for source build. -->
394-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.109-servicing.25360.24">
394+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.109-servicing.25365.26">
395395
<Uri>https://github.com/dotnet/sdk</Uri>
396-
<Sha>8128984181a05a7dc0de748ad3371e0a7f153f35</Sha>
396+
<Sha>eb8e854575399c14203dada1d2a6d5883fe23a4a</Sha>
397397
<SourceBuild RepoName="sdk" ManagedOnly="true" />
398398
</Dependency>
399399
<Dependency Name="optimization.windows_nt-arm64.MIBC.Runtime" Version="1.0.0-prerelease.24462.2">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>
264264
<!-- sdk version, for testing workloads -->
265265
<!-- <SdkVersionForWorkloadTesting>$(MicrosoftDotNetApiCompatTaskVersion)</SdkVersionForWorkloadTesting> -->
266-
<SdkVersionForWorkloadTesting>9.0.107</SdkVersionForWorkloadTesting>
266+
<SdkVersionForWorkloadTesting>9.0.109</SdkVersionForWorkloadTesting>
267267
<runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion>9.0.0-alpha.1.24175.1</runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion>
268268
<EmsdkPackageVersion>$(MicrosoftNETRuntimeEmscriptenVersion)</EmsdkPackageVersion>
269269
<NodePackageVersion>$(runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion)</NodePackageVersion>

0 commit comments

Comments
 (0)