Skip to content

Commit

Permalink
[release/8.0.1xx] Update dependencies from dotnet/installer (xamarin#…
Browse files Browse the repository at this point in the history
…19197)

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-rtm.23509.5 to 8.0.0-rtm.23511.16 (parent: Microsoft.Dotnet.Sdk.Internal)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.0-rtm.23511.13 to 8.0.0-rtm.23512.10 (parent: Microsoft.Dotnet.Sdk.Internal)
  - **Microsoft.NETCore.App.Ref**: from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16 (parent: Microsoft.Dotnet.Sdk.Internal)
  - **Microsoft.NETCore.App.Ref**: from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16 (parent: Microsoft.Dotnet.Sdk.Internal)

## From https://github.com/dotnet/installer

- **Subscription**: 65393755-7095-4199-6cb7-08dbca4ebb98
- **Build**: 20231013.4
- **Date Produced**: October 13, 2023 7:31:46 PM UTC
- **Commit**: c65382f00216756e0fb192cc2fd6513448d2679d
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rtm.23512.1 to 8.0.100-rtm.23513.4][4]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16][5]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.0-rtm.23511.13 to 8.0.0-rtm.23512.10][6]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16][5]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16][5]

[4]: dotnet/installer@dfe59b6...c65382f
[5]: dotnet/runtime@a9cc3c8...256bf22
[6]: dotnet/aspnetcore@4a957dd...4605c50
  • Loading branch information
dotnet-maestro[bot] authored Oct 16, 2023
1 parent a837ab5 commit 3dc9c47
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-rtm.23512.1">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-rtm.23513.4">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>dfe59b6c4dec70fef72f18010dc8606ce8fb141a</Sha>
<Sha>c65382f00216756e0fb192cc2fd6513448d2679d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rtm.23509.5" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rtm.23511.16" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>a9cc3c80fe43d19a38cacda4c1aecc51fb6eabb1</Sha>
<Sha>256bf22a3ddf920516752701da2b95e1847ff708</Sha>
</Dependency>
<!-- Set TRACKING_DOTNET_RUNTIME_SEPARATELY to something in Make.config if removing the CoherentParentDependency on Microsoft.Dotnet.Sdk.Internal -->
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-rtm.23509.5" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-rtm.23511.16" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>a9cc3c80fe43d19a38cacda4c1aecc51fb6eabb1</Sha>
<Sha>256bf22a3ddf920516752701da2b95e1847ff708</Sha>
</Dependency>
<!-- 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 -->
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="8.0.0-rtm.23511.13" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="8.0.0-rtm.23512.10" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>4a957dd4692e25ce6c791722c404d9bb2bfbfa25</Sha>
<Sha>4605c50d7c12decfb00fcec71ee5f50b9ace2741</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport" Version="8.0.0-rtm.23504.4" CoherentParentDependency="Microsoft.NETCore.App.Ref">
<Uri>https://github.com/dotnet/emsdk</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!--Package versions-->
<PropertyGroup>
<!-- Versions updated by maestro -->
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-rtm.23512.1</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>8.0.0-rtm.23509.5</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-rtm.23513.4</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>8.0.0-rtm.23511.16</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-rtm.23509.5</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-rtm.23511.16</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>8.0.0-rtm.23504.4</MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>7.0.7</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
<MicrosoftTemplateEngineTasksVersion>7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.100-rtm.23512.1"
"version": "8.0.100-rtm.23513.4"
}
}

0 comments on commit 3dc9c47

Please sign in to comment.