Skip to content

Commit 97b2bb4

Browse files
Bump to dotnet/sdk@e9ed5742b2 9.0.100-rc.1.24422.4 (#9242)
Changes: dotnet/sdk@1854762...e9ed574 Changes: dotnet/runtime@fe0cfd5...c4a7987 Updates: * Microsoft.NET.Sdk: from 9.0.100-rc.1.24421.9 to 9.0.100-rc.1.24422.4 * Microsoft.NET.ILLink.Tasks: from 9.0.0-rc.1.24420.11 to 9.0.0-rc.1.24421.1 ~~ Other changes ~~ In b5e7598, I mistakenly missed updating the `Microsoft.NET.ILLink.Tasks` package. Maestro aligned it here, and I fixed this going forward by: * Remove `CoherentParentDependency="Microsoft.NET.Sdk"` Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
1 parent b5e7598 commit 97b2bb4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-rc.1.24421.9">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-rc.1.24422.4">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>1854762845800fc53d6395c35e24fc1f27e8ce35</Sha>
5+
<Sha>e9ed5742b22d3625f6625bde3e433e5557ec5830</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24420.11" CoherentParentDependency="Microsoft.NET.Sdk">
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24421.1">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>fe0cfd55339cc2a0d745f742a48d5e880c112ec2</Sha>
9+
<Sha>c4a79875fcb2c76b2e92ff50940d4ea9264e2eeb</Sha>
1010
</Dependency>
1111
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-rc.1.24421.1">
1212
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftNETSdkPackageVersion>9.0.100-rc.1.24421.9</MicrosoftNETSdkPackageVersion>
4+
<MicrosoftNETSdkPackageVersion>9.0.100-rc.1.24422.4</MicrosoftNETSdkPackageVersion>
55
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-rc.1.24420.11</MicrosoftNETILLinkTasksPackageVersion>
6+
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-rc.1.24421.1</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-rc.1.24421.1</MicrosoftNETCoreAppRefPackageVersion>
88
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
99
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.24408.2</MicrosoftDotNetBuildTasksFeedPackageVersion>

0 commit comments

Comments
 (0)