Skip to content

Commit ab5c9f5

Browse files
dotnet-maestro[bot]GitHub Actions
andauthored
[release/9.0.1xx] Update dependencies from dotnet/sdk (#24291)
This pull request updates the following dependencies [marker]: <> (Begin:d83421ca-e6b7-4c8d-861d-4e04b17c6f8c) ## From https://github.com/dotnet/sdk - **Subscription**: [d83421ca-e6b7-4c8d-861d-4e04b17c6f8c](https://maestro.dot.net/subscriptions?search=d83421ca-e6b7-4c8d-861d-4e04b17c6f8c) - **Build**: [20251117.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2841559) ([291224](https://maestro.dot.net/channel/3884/github:dotnet:sdk/build/291224)) - **Date Produced**: November 18, 2025 9:35:50 AM UTC - **Commit**: [45272d597bf7e71ea263dc9da2c3587f978b7af3](dotnet/sdk@45272d5) - **Branch**: [release/9.0.1xx](https://github.com/dotnet/sdk/tree/release/9.0.1xx) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [9.0.113-servicing.25566.5 to 9.0.113-servicing.25567.4][1] - Microsoft.NET.Sdk [1]: dotnet/sdk@f4defc7...45272d5 [DependencyUpdate]: <> (End) [marker]: <> (End:d83421ca-e6b7-4c8d-861d-4e04b17c6f8c) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <[email protected]>
1 parent efe4cff commit ab5c9f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/sdk dependencies -->
9-
<MicrosoftNETSdkPackageVersion>9.0.113-servicing.25566.5</MicrosoftNETSdkPackageVersion>
9+
<MicrosoftNETSdkPackageVersion>9.0.113-servicing.25567.4</MicrosoftNETSdkPackageVersion>
1010
<!-- dotnet/runtime dependencies -->
1111
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
1212
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>9.0.0-rc.2.24462.10</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.113-servicing.25566.5">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.113-servicing.25567.4">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>f4defc75608d3b4ca482595b7fc6d69cc6b447ce</Sha>
5+
<Sha>45272d597bf7e71ea263dc9da2c3587f978b7af3</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23556.4">
88
<Uri>https://github.com/dotnet/runtime</Uri>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "9.0.113-servicing.25566.5"
3+
"version": "9.0.113-servicing.25567.4"
44
},
55
"tools": {
6-
"dotnet": "9.0.113-servicing.25566.5"
6+
"dotnet": "9.0.113-servicing.25567.4"
77
},
88
"msbuild-sdks": {
99
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"

0 commit comments

Comments
 (0)