Skip to content

Commit e8cd3a4

Browse files
Microsoft.Dotnet.Sdk.Internal From Version 9.0.100-preview.3.24153.2 -> To Version 9.0.100-preview.4.24174.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.AspNetCore.App.Ref,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NETCore.App.Ref,Microsoft.DotNet.Cecil From Version 9.0.0-preview.3.24129.2 -> To Version 9.0.0-preview.4.24173.6 (parent: Microsoft.Dotnet.Sdk.Internal
1 parent 5a4488a commit e8cd3a4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

eng/Version.Details.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="9.0.100-preview.4.24172.18">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="9.0.100-preview.4.24174.1">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>ef7b033e7c1e5e02e7fe3f658ebcdae6bb50692a</Sha>
5+
<Sha>84e198b55e9d7330e9d4edf37e46da8891df9b91</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>
99
<Sha>cf47d9ff6827a3e1d6f2acbf925cd618418f20dd</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-preview.3.24162.31" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
11+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-preview.4.24173.6" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>596a1f7b6429fc06cf71465238cb349cab4edc35</Sha>
13+
<Sha>17f8138a726b8af269bffc59e9baa12dcb7abca5</Sha>
1414
</Dependency>
1515
<!-- Set TRACKING_DOTNET_RUNTIME_SEPARATELY to something in Make.config if removing the CoherentParentDependency on Microsoft.Dotnet.Sdk.Internal -->
16-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.3.24162.31" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
16+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.4.24173.6" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1717
<Uri>https://github.com/dotnet/runtime</Uri>
18-
<Sha>596a1f7b6429fc06cf71465238cb349cab4edc35</Sha>
18+
<Sha>17f8138a726b8af269bffc59e9baa12dcb7abca5</Sha>
1919
</Dependency>
2020
<!-- This is required for our test apps to build; in some cases Microsoft.AspNetCore.App is pulled in, and when building test apps the build needs to be able to resolve that -->
21-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.0-preview.3.24163.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
21+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.0-preview.4.24173.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
2222
<Uri>https://github.com/dotnet/aspnetcore</Uri>
23-
<Sha>268a2dfc29b33e3fdb73cbac6eb198c05314d77e</Sha>
23+
<Sha>c8b44d018e233a0361a1a26e7b6bff10f1730cd3</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.0-preview.3.24156.3" CoherentParentDependency="Microsoft.NETCore.App.Ref">
25+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.0-preview.3.24160.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2626
<Uri>https://github.com/dotnet/emsdk</Uri>
27-
<Sha>a5f4de78fca42544771977f8e8e04c4aa83e1d02</Sha>
27+
<Sha>5dd0620274178dd73cac5049e5187c00e07ecf0c</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.24158.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
29+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.24168.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
3030
<Uri>https://github.com/dotnet/cecil</Uri>
31-
<Sha>ba53c75483aa4980a332fa48e61076f80adfec40</Sha>
31+
<Sha>9c8ea966df62f764523b51772763e74e71040a92</Sha>
3232
</Dependency>
3333
<!-- This is a subscription of the .NET 8 versions of our packages -->
3434
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="17.2.8044">

eng/Versions.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- Versions updated by maestro -->
5-
<MicrosoftDotnetSdkInternalPackageVersion>9.0.100-preview.4.24172.18</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-preview.3.24162.31</MicrosoftNETILLinkTasksPackageVersion>
5+
<MicrosoftDotnetSdkInternalPackageVersion>9.0.100-preview.4.24174.1</MicrosoftDotnetSdkInternalPackageVersion>
6+
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-preview.4.24173.6</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
88
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
9-
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-preview.3.24162.31</MicrosoftNETCoreAppRefPackageVersion>
9+
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-preview.4.24173.6</MicrosoftNETCoreAppRefPackageVersion>
1010
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>8.0.0-rtm.23511.3</MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>
1111
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
1212
<MicrosoftTemplateEngineTasksVersion>7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksVersion>
13-
<MicrosoftDotNetCecilPackageVersion>0.11.4-alpha.24158.1</MicrosoftDotNetCecilPackageVersion>
13+
<MicrosoftDotNetCecilPackageVersion>0.11.4-alpha.24168.1</MicrosoftDotNetCecilPackageVersion>
1414
<MicrosoftDotNetXHarnessiOSSharedPackageVersion>9.0.0-prerelease.24168.1</MicrosoftDotNetXHarnessiOSSharedPackageVersion>
1515
<!-- Manually updated versions -->
1616
<Emscriptennet7WorkloadVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest80100Version)</Emscriptennet7WorkloadVersion>

0 commit comments

Comments
 (0)