Skip to content

Commit 46864d3

Browse files
dotnet-botvseanreesermsft
authored andcommitted
Merged PR 19569: [internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime
This pull request updates the following dependencies [marker]: <> (Begin:d7d10d70-26ab-4663-2902-08d89c6af29b) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: d7d10d70-26ab-4663-2902-08d89c6af29b - **Build**: 20211115.16 - **Date Produced**: November 16, 2021 6:07:24 AM UTC - **Commit**: b3afe992253738208ccaaa058e726553889928de - **Branch**: refs/heads/internal/release/5.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NETCore.App.Internal**: [from 5.0.12-servicing.21522.7 to 5.0.13-servicing.21565.16][1] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 5.0.12 to 5.0.13][1] - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 5.0.12-servicing.21522.7 to 5.0.13-servicing.21565.16][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC7211aa0&targetVersion=GCb3afe99&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:d7d10d70-26ab-4663-2902-08d89c6af29b)
2 parents 4a4862e + ee19185 commit 46864d3

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<add key="darc-int-dotnet-efcore-f9c7b65" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-f9c7b658/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-efcore -->
99
<!-- Begin: Package sources from dotnet-runtime -->
10+
<add key="darc-int-dotnet-runtime-b3afe99" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b3afe992/nuget/v3/index.json" />
1011
<!-- End: Package sources from dotnet-runtime -->
1112
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1213
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -24,6 +25,7 @@
2425
<add key="darc-int-dotnet-efcore-f9c7b65" value="true" />
2526
<!-- End: Package sources from dotnet-efcore -->
2627
<!-- Begin: Package sources from dotnet-runtime -->
28+
<add key="darc-int-dotnet-runtime-b3afe99" value="true" />
2729
<!-- End: Package sources from dotnet-runtime -->
2830
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2931
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
</Dependency>
208208
<Dependency Name="System.Drawing.Common" Version="5.0.3">
209209
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
210-
<Sha>7211aa01b34bb55ca67bdddd6e80ce23ee201bd2</Sha>
210+
<Sha>dcdf74cbb0b398d843ae25921cf8491e733cc2bd</Sha>
211211
</Dependency>
212212
<Dependency Name="System.IO.Pipelines" Version="5.0.1">
213213
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -294,17 +294,17 @@
294294
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
295295
All Runtime.$rid packages should have the same version.
296296
-->
297-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.12">
297+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.13">
298298
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
299-
<Sha>7211aa01b34bb55ca67bdddd6e80ce23ee201bd2</Sha>
299+
<Sha>b3afe992253738208ccaaa058e726553889928de</Sha>
300300
</Dependency>
301-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.12-servicing.21522.7">
301+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.13-servicing.21565.16">
302302
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
303-
<Sha>7211aa01b34bb55ca67bdddd6e80ce23ee201bd2</Sha>
303+
<Sha>b3afe992253738208ccaaa058e726553889928de</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.12-servicing.21522.7">
305+
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.13-servicing.21565.16">
306306
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
307-
<Sha>7211aa01b34bb55ca67bdddd6e80ce23ee201bd2</Sha>
307+
<Sha>b3afe992253738208ccaaa058e726553889928de</Sha>
308308
</Dependency>
309309
</ProductDependencies>
310310
<ToolsetDependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
<PropertyGroup Label="Automated">
6060
<!-- Packages from dotnet/runtime -->
6161
<MicrosoftExtensionsDependencyModelPackageVersion>5.0.0</MicrosoftExtensionsDependencyModelPackageVersion>
62-
<MicrosoftNETCoreAppInternalPackageVersion>5.0.12-servicing.21522.7</MicrosoftNETCoreAppInternalPackageVersion>
62+
<MicrosoftNETCoreAppInternalPackageVersion>5.0.13-servicing.21565.16</MicrosoftNETCoreAppInternalPackageVersion>
6363
<MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion>
64-
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.12</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
65-
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.12-servicing.21522.7</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
64+
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.13</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
65+
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.13-servicing.21565.16</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
6666
<MicrosoftWin32RegistryPackageVersion>5.0.0</MicrosoftWin32RegistryPackageVersion>
6767
<MicrosoftWin32SystemEventsPackageVersion>5.0.0</MicrosoftWin32SystemEventsPackageVersion>
6868
<MicrosoftExtensionsCachingAbstractionsPackageVersion>5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion>

eng/targets/Helix.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
When the targeting pack builds, it has exactly the same version as the shared framework. Passing
167167
SharedFxVersion because that's needed even when the targeting pack isn't building.
168168
-->
169-
<Command Condition="$(IsWindowsHelixQueue)">call runtests.cmd $(TargetFileName) $(NETCoreSdkVersion) $(MicrosoftNETCoreAppInternalPackageVersion) $(SharedFxVersion) $(_HelixFriendlyNameTargetQueue) $(TargetArchitecture) $(RunQuarantinedTests) $(DotnetEfPackageVersion) $(HelixTimeout) $(DotNetRuntimeSourceFeedKey)</Command>
169+
<Command Condition="$(IsWindowsHelixQueue)">call runtests.cmd $(TargetFileName) $(NETCoreSdkVersion) $(MicrosoftNETCoreAppInternalPackageVersion) $(SharedFxVersion) $(_HelixFriendlyNameTargetQueue) $(TargetArchitecture) $(RunQuarantinedTests) $(DotnetEfPackageVersion) $(HelixTimeout) &quot;$(DotNetRuntimeSourceFeedKey)&quot;</Command>
170170
<Command Condition="!$(IsWindowsHelixQueue)">./runtests.sh $(TargetFileName) $(NETCoreSdkVersion) $(MicrosoftNETCoreAppInternalPackageVersion) $(SharedFxVersion) $(_HelixFriendlyNameTargetQueue) $(TargetArchitecture) $(RunQuarantinedTests) $(DotnetEfPackageVersion) $(HelixTimeout) $(DotNetRuntimeSourceFeedKey)</Command>
171171
<Command Condition="$(HelixCommand) != ''">$(HelixCommand)</Command>
172172
<Timeout>$(HelixTimeout)</Timeout>

0 commit comments

Comments
 (0)