Skip to content

Commit

Permalink
Bump to dotnet/sdk@e9ed5742b2 9.0.100-rc.1.24422.4 (#9242)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dotnet-maestro[bot] and jonathanpeppers authored Aug 22, 2024
1 parent b5e7598 commit 97b2bb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-rc.1.24421.9">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-rc.1.24422.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1854762845800fc53d6395c35e24fc1f27e8ce35</Sha>
<Sha>e9ed5742b22d3625f6625bde3e433e5557ec5830</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24420.11" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24421.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>fe0cfd55339cc2a0d745f742a48d5e880c112ec2</Sha>
<Sha>c4a79875fcb2c76b2e92ff50940d4ea9264e2eeb</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-rc.1.24421.1">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftNETSdkPackageVersion>9.0.100-rc.1.24421.9</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-rc.1.24422.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-rc.1.24420.11</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-rc.1.24421.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-rc.1.24421.1</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.24408.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
Expand Down

0 comments on commit 97b2bb4

Please sign in to comment.