Skip to content

Commit 1a34f1d

Browse files
[release/6.0.4xx-xcode14.1] Update dependencies from dotnet/runtime (#17235)
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.Workload.Emscripten.Manifest-6.0.100**: from 6.0.13 to 6.0.14 (parent: Microsoft.NETCore.App.Ref) ## From https://github.com/dotnet/runtime - **Subscription**: 6d2f5e38-6838-4a99-c1fe-08dab2120411 - **Build**: 20230113.7 - **Date Produced**: January 14, 2023 1:05:25 AM UTC - **Commit**: dea5221901ad8abc25a33308e35cf5fa28a212ea - **Branch**: refs/heads/release/6.0 - **Updates**: - **Microsoft.NETCore.App.Ref**: [from 6.0.14 to 6.0.14][5] - **Microsoft.NET.Workload.Emscripten.Manifest-6.0.100**: [from 6.0.13 to 6.0.14][6] [5]: dotnet/runtime@ace6275...dea5221 [6]: dotnet/emsdk@14d64a8...9f2e9f6
1 parent a8e8760 commit 1a34f1d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
<clear />
1111
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1212
<!-- Begin: Package sources from dotnet-emsdk -->
13+
<add key="darc-pub-dotnet-emsdk-9f2e9f6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-9f2e9f6e/nuget/v3/index.json" />
1314
<!-- End: Package sources from dotnet-emsdk -->
1415
<!-- Begin: Package sources from dotnet-aspnetcore -->
1516
<!-- End: Package sources from dotnet-aspnetcore -->
1617
<!-- Begin: Package sources from dotnet-runtime -->
17-
<add key="darc-pub-dotnet-runtime-ace6275" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ace6275c/nuget/v3/index.json" />
18+
<add key="darc-pub-dotnet-runtime-dea5221" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-dea52219/nuget/v3/index.json" />
1819
<!-- End: Package sources from dotnet-runtime -->
1920
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2021
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
</Dependency>
1111
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.14">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>ace6275c6b6cb38ffad948fcc15f2d769156203b</Sha>
13+
<Sha>dea5221901ad8abc25a33308e35cf5fa28a212ea</Sha>
1414
</Dependency>
1515
<!-- 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 -->
1616
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="6.0.13" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1717
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
1818
<Sha>50b7e9c661453874aa7a54a3985d5120564bb2e5</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Manifest-6.0.100" Version="6.0.13" CoherentParentDependency="Microsoft.NETCore.App.Ref">
20+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Manifest-6.0.100" Version="6.0.14" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2121
<Uri>https://github.com/dotnet/emsdk</Uri>
22-
<Sha>14d64a811e8d4140438f9a8288abb139cb56d5de</Sha>
22+
<Sha>9f2e9f6ec690ad8f4aea16b33f4a4bcc11b3d2cb</Sha>
2323
</Dependency>
2424
</ProductDependencies>
2525
<ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
77
<MicrosoftNETILStripTasksPackageVersion>6.0.0-rc.2.21468.3</MicrosoftNETILStripTasksPackageVersion>
88
<MicrosoftNETCoreAppRefPackageVersion>6.0.14</MicrosoftNETCoreAppRefPackageVersion>
9-
<MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>6.0.13</MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>
9+
<MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>6.0.14</MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>
1010
<MicrosoftTemplateEngineTasksVersion>7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksVersion>
1111
</PropertyGroup>
1212
</Project>

0 commit comments

Comments
 (0)