Skip to content

Commit 0c18a67

Browse files
[net8.0] Update dependencies from dotnet/installer (#18607)
This pull request updates the following dependencies ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) - **Coherency Updates**: - **Microsoft.NET.ILLink.Tasks**: from 8.0.0-rc.1.23376.5 to 8.0.0-rc.1.23414.4 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.AspNetCore.App.Ref**: from 8.0.0-rc.1.23376.5 to 8.0.0-rc.1.23414.10 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NETCore.App.Ref**: from 8.0.0-rc.1.23376.5 to 8.0.0-rc.1.23414.4 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport**: from 8.0.0-rc.1.23368.3 to 8.0.0-rc.1.23411.2 (parent: Microsoft.NETCore.App.Ref) - **Microsoft.NETCore.App.Ref**: from 8.0.0-rc.1.23376.5 to 8.0.0-rc.1.23414.4 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.DotNet.Cecil**: from 0.11.4-alpha.23360.2 to 0.11.4-alpha.23407.2 (parent: Microsoft.NETCore.App.Ref) ## From https://github.com/dotnet/installer - **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e - **Build**: 20230815.5 - **Date Produced**: August 15, 2023 10:04:58 AM UTC - **Commit**: e5bfaee3514192f2a496f8b0bdd00208ac15458d - **Branch**: refs/heads/main - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rc.1.23378.5 to 8.0.100-rc.1.23415.5][76] - **Microsoft.NET.ILLink.Tasks**: [from 8.0.0-rc.1.23376.5 to 8.0.0-rc.1.23414.4][77] - **Microsoft.AspNetCore.App.Ref**: [from 8.0.0-rc.1.23376.5 to 8.0.0-rc.1.23414.10][78] - **Microsoft.NETCore.App.Ref**: [from 8.0.0-rc.1.23376.5 to 8.0.0-rc.1.23414.4][77] - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport**: [from 8.0.0-rc.1.23368.3 to 8.0.0-rc.1.23411.2][79] - **Microsoft.NETCore.App.Ref**: [from 8.0.0-rc.1.23376.5 to 8.0.0-rc.1.23414.4][77] - **Microsoft.DotNet.Cecil**: [from 0.11.4-alpha.23360.2 to 0.11.4-alpha.23407.2][80] [76]: dotnet/installer@eee48b8...e5bfaee [77]: dotnet/runtime@ea97bab...e897946 [78]: dotnet/aspnetcore@40dc146...10bc40c [79]: dotnet/emsdk@1f68fce...abfa03c [80]: dotnet/cecil@1a6a83a...2f4ef29
1 parent b4975e2 commit 0c18a67

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-rc.1.23378.5">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-rc.1.23415.5">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>eee48b8da517110dcdcd100c1a36bb084abd4482</Sha>
5+
<Sha>e5bfaee3514192f2a496f8b0bdd00208ac15458d</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rc.1.23376.5" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rc.1.23414.4" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>ea97babd7ccfd2f6e9553093d315f26b51e4c7ac</Sha>
9+
<Sha>e89794659669cb7bb967db73a7ea6889c3891727</Sha>
1010
</Dependency>
1111
<!-- Set TRACKING_DOTNET_RUNTIME_SEPARATELY to something in Make.config if removing the CoherentParentDependency on Microsoft.Dotnet.Sdk.Internal -->
12-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-rc.1.23376.5" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
12+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-rc.1.23414.4" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1313
<Uri>https://github.com/dotnet/runtime</Uri>
14-
<Sha>ea97babd7ccfd2f6e9553093d315f26b51e4c7ac</Sha>
14+
<Sha>e89794659669cb7bb967db73a7ea6889c3891727</Sha>
1515
</Dependency>
1616
<!-- 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 -->
17-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="8.0.0-rc.1.23376.5" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
17+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="8.0.0-rc.1.23414.10" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1818
<Uri>https://github.com/dotnet/aspnetcore</Uri>
19-
<Sha>40dc1466a4543921e5e124ae6f92a813cae40e83</Sha>
19+
<Sha>10bc40cf7bec57ecf9d2ffd9a7501b34a28d1f18</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport" Version="8.0.0-rc.1.23368.3" CoherentParentDependency="Microsoft.NETCore.App.Ref">
21+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport" Version="8.0.0-rc.1.23411.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2222
<Uri>https://github.com/dotnet/emsdk</Uri>
23-
<Sha>1f68fcee45ca75a2cb780edaff1e695af4d4f787</Sha>
23+
<Sha>abfa03c97f4175d4d209435cd0e71f558e36c3fd</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.23360.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
25+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.23407.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2626
<Uri>https://github.com/dotnet/cecil</Uri>
27-
<Sha>1a6a83a8f50e1119f1007b1e3c211d3289ba6901</Sha>
27+
<Sha>2f4ef297939628143389ddeea569874ded0b1c1b</Sha>
2828
</Dependency>
2929
<!-- This is a subscription of the .NET 7 versions of our packages -->
3030
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="16.4.7097">

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- Versions updated by maestro -->
5-
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-rc.1.23378.5</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkTasksPackageVersion>8.0.0-rc.1.23376.5</MicrosoftNETILLinkTasksPackageVersion>
5+
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-rc.1.23415.5</MicrosoftDotnetSdkInternalPackageVersion>
6+
<MicrosoftNETILLinkTasksPackageVersion>8.0.0-rc.1.23414.4</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
8-
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-rc.1.23376.5</MicrosoftNETCoreAppRefPackageVersion>
9-
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>8.0.0-rc.1.23368.3</MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>
8+
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-rc.1.23414.4</MicrosoftNETCoreAppRefPackageVersion>
9+
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>8.0.0-rc.1.23411.2</MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>
1010
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>7.0.7</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
1111
<MicrosoftTemplateEngineTasksVersion>7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksVersion>
12-
<MicrosoftDotNetCecilPackageVersion>0.11.4-alpha.23360.2</MicrosoftDotNetCecilPackageVersion>
12+
<MicrosoftDotNetCecilPackageVersion>0.11.4-alpha.23407.2</MicrosoftDotNetCecilPackageVersion>
1313
<MicrosoftDotNetXHarnessiOSSharedPackageVersion>8.0.0-prerelease.23407.2</MicrosoftDotNetXHarnessiOSSharedPackageVersion>
1414
<!-- Manually updated versions -->
1515
<Emscriptennet7WorkloadVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion)</Emscriptennet7WorkloadVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-rc.1.23378.5"
3+
"version": "8.0.100-rc.1.23415.5"
44
}
55
}

tests/dotnet/UnitTests/PostBuildTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ public void BuildPackageTest (string project, ApplePlatform platform, string run
116116
[TestCase (ApplePlatform.iOS, "ios-arm64;ios-arm")]
117117
[TestCase (ApplePlatform.TVOS, "tvos-arm64")]
118118
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64")]
119-
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64;maccatalyst-x64")]
119+
// [TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64;maccatalyst-x64")] // Ignored due to https://github.com/dotnet/runtime/issues/90584
120120
[TestCase (ApplePlatform.MacOSX, "osx-x64")]
121-
[TestCase (ApplePlatform.MacOSX, "osx-arm64;osx-x64")]
121+
// [TestCase (ApplePlatform.MacOSX, "osx-arm64;osx-x64")] // Ignored due to https://github.com/dotnet/runtime/issues/90584
122122
public void PublishTest (ApplePlatform platform, string runtimeIdentifiers)
123123
{
124124
var project = "MySimpleApp";

tests/dotnet/UnitTests/ProjectTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,10 +529,10 @@ public void InvalidRuntimeIdentifier (ApplePlatform platform, string runtimeIden
529529
}
530530

531531
[Test]
532-
[TestCase (ApplePlatform.iOS, "win10-x86", null)]
533-
[TestCase (ApplePlatform.TVOS, "win10-x64", null)]
534-
[TestCase (ApplePlatform.MacOSX, "win10-arm64", null)]
535-
[TestCase (ApplePlatform.MacCatalyst, "win10-arm64", "Unable to find package Microsoft.NETCore.App.Runtime.Mono.win-arm64. No packages exist with this id in source[(]s[)]:.*")]
532+
[TestCase (ApplePlatform.iOS, "win10-x86", "The specified RuntimeIdentifier 'win10-x86' is not recognized.")]
533+
[TestCase (ApplePlatform.TVOS, "win10-x64", "The specified RuntimeIdentifier 'win10-x64' is not recognized.")]
534+
[TestCase (ApplePlatform.MacOSX, "win10-arm64", "The specified RuntimeIdentifier 'win10-arm64' is not recognized.")]
535+
[TestCase (ApplePlatform.MacCatalyst, "win10-arm64", "The specified RuntimeIdentifier 'win10-arm64' is not recognized.")]
536536
public void InvalidRuntimeIdentifier_Restore (ApplePlatform platform, string runtimeIdentifier, string? failureMessagePattern)
537537
{
538538
var project = "MySimpleApp";

0 commit comments

Comments
 (0)