Skip to content

Commit

Permalink
Merged PR 36685: [internal/release/6.0] Update dependencies from dnce…
Browse files Browse the repository at this point in the history
…ng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:7745f62d-e15b-4ba3-39b3-08d960f4ca81)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 7745f62d-e15b-4ba3-39b3-08d960f4ca81
- **Build**: 20240119.12
- **Date Produced**: January 20, 2024 6:44:45 AM UTC
- **Commit**: 80de56dadb3864aec7e8edd3ae32a23aeda08285
- **Branch**: refs/heads/internal/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 6.0.27-servicing.24066.28 to 6.0.27-servicing.24069.12][1]
  - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 6.0.27 to 6.0.27][1]
  - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 6.0.27 to 6.0.27][1]
  - **Microsoft.NETCore.App.Ref**: [from 6.0.27 to 6.0.27][1]
  - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 6.0.27 to 6.0.27][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.27 to 6.0.27][1]
  - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 6.0.27-servicing.24066.28 to 6.0.27-servicing.24069.12][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC32bc9e9e11138e57ee329f06cc1e870075eda725&targetVersion=GC80de56dadb3864aec7e8edd3ae32a23aeda08285&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:7745f62d-e15b-4ba3-39b3-08d960f4ca81)
  • Loading branch information
dotnet-bot authored and marcpopMSFT committed Jan 20, 2024
2 parents 8feb4df + 55ac236 commit 417d650
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions NuGet.config
Expand Up @@ -4,7 +4,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-32bc9e9" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-32bc9e9e/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-80de56d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80de56da/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-5188cdc" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-5188cdc9/nuget/v3/index.json" />
Expand All @@ -28,7 +28,7 @@
<add key="darc-int-dotnet-efcore-5188cdc" value="true" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-32bc9e9" value="true" />
<add key="darc-int-dotnet-runtime-80de56d" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
</disabledPackageSources>
Expand Down
18 changes: 9 additions & 9 deletions eng/Version.Details.xml
Expand Up @@ -177,9 +177,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>4822e3c3aa77eb82b2fb33c9321f923cf11ddde6</Sha>
</Dependency>
<Dependency Name="Microsoft.Internal.Runtime.AspNetCore.Transport" Version="6.0.27-servicing.24066.28">
<Dependency Name="Microsoft.Internal.Runtime.AspNetCore.Transport" Version="6.0.27-servicing.24069.12">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>32bc9e9e11138e57ee329f06cc1e870075eda725</Sha>
<Sha>80de56dadb3864aec7e8edd3ae32a23aeda08285</Sha>
</Dependency>
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="6.0.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down Expand Up @@ -247,31 +247,31 @@
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.27">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>32bc9e9e11138e57ee329f06cc1e870075eda725</Sha>
<Sha>80de56dadb3864aec7e8edd3ae32a23aeda08285</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Runtime.MonoAOTCompiler.Task" Version="6.0.27">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>32bc9e9e11138e57ee329f06cc1e870075eda725</Sha>
<Sha>80de56dadb3864aec7e8edd3ae32a23aeda08285</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Runtime.WebAssembly.Sdk" Version="6.0.27">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>32bc9e9e11138e57ee329f06cc1e870075eda725</Sha>
<Sha>80de56dadb3864aec7e8edd3ae32a23aeda08285</Sha>
</Dependency>
<!--
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
All Runtime.$rid packages should have the same version.
-->
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="6.0.27">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>32bc9e9e11138e57ee329f06cc1e870075eda725</Sha>
<Sha>80de56dadb3864aec7e8edd3ae32a23aeda08285</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm" Version="6.0.27">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>32bc9e9e11138e57ee329f06cc1e870075eda725</Sha>
<Sha>80de56dadb3864aec7e8edd3ae32a23aeda08285</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="6.0.27-servicing.24066.28">
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="6.0.27-servicing.24069.12">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>32bc9e9e11138e57ee329f06cc1e870075eda725</Sha>
<Sha>80de56dadb3864aec7e8edd3ae32a23aeda08285</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Expand Up @@ -68,7 +68,7 @@
<MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>6.0.27</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
<MicrosoftNETRuntimeWebAssemblySdkVersion>6.0.27</MicrosoftNETRuntimeWebAssemblySdkVersion>
<MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>6.0.27</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
<MicrosoftNETCoreBrowserDebugHostTransportVersion>6.0.27-servicing.24066.28</MicrosoftNETCoreBrowserDebugHostTransportVersion>
<MicrosoftNETCoreBrowserDebugHostTransportVersion>6.0.27-servicing.24069.12</MicrosoftNETCoreBrowserDebugHostTransportVersion>
<MicrosoftExtensionsCachingAbstractionsVersion>6.0.0</MicrosoftExtensionsCachingAbstractionsVersion>
<MicrosoftExtensionsCachingMemoryVersion>6.0.1</MicrosoftExtensionsCachingMemoryVersion>
<MicrosoftExtensionsConfigurationAbstractionsVersion>6.0.0</MicrosoftExtensionsConfigurationAbstractionsVersion>
Expand Down Expand Up @@ -103,7 +103,7 @@
<MicrosoftExtensionsOptionsDataAnnotationsVersion>6.0.0</MicrosoftExtensionsOptionsDataAnnotationsVersion>
<MicrosoftExtensionsOptionsVersion>6.0.0</MicrosoftExtensionsOptionsVersion>
<MicrosoftExtensionsPrimitivesVersion>6.0.0</MicrosoftExtensionsPrimitivesVersion>
<MicrosoftInternalRuntimeAspNetCoreTransportVersion>6.0.27-servicing.24066.28</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
<MicrosoftInternalRuntimeAspNetCoreTransportVersion>6.0.27-servicing.24069.12</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
<SystemDiagnosticsDiagnosticSourceVersion>6.0.1</SystemDiagnosticsDiagnosticSourceVersion>
<SystemDiagnosticsEventLogVersion>6.0.0</SystemDiagnosticsEventLogVersion>
<SystemDirectoryServicesProtocolsVersion>6.0.2</SystemDirectoryServicesProtocolsVersion>
Expand Down

0 comments on commit 417d650

Please sign in to comment.