Skip to content

Commit 6939d9a

Browse files
committed
[internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime
1 parent 5b0922d commit 6939d9a

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

NuGet.config

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<add key="darc-int-dotnet-efcore-9e4fa84" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-9e4fa849/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-d5b56c6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-d5b56c63/nuget/v3/index.json" />
11-
<add key="darc-int-dotnet-runtime-d5b56c6-2" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-d5b56c63-2/nuget/v3/index.json" />
12-
<add key="darc-int-dotnet-runtime-d5b56c6-1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-d5b56c63-1/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-runtime-3065735" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-3065735b/nuget/v3/index.json" />
1311
<!-- End: Package sources from dotnet-runtime -->
1412
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1513
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -27,9 +25,7 @@
2725
<add key="darc-int-dotnet-efcore-9e4fa84" value="true" />
2826
<!-- End: Package sources from dotnet-efcore -->
2927
<!-- Begin: Package sources from dotnet-runtime -->
30-
<add key="darc-int-dotnet-runtime-d5b56c6-1" value="true" />
31-
<add key="darc-int-dotnet-runtime-d5b56c6-2" value="true" />
32-
<add key="darc-int-dotnet-runtime-d5b56c6" value="true" />
28+
<add key="darc-int-dotnet-runtime-3065735" value="true" />
3329
<!-- End: Package sources from dotnet-runtime -->
3430
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3531
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@
209209
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
210210
<Sha>7211aa01b34bb55ca67bdddd6e80ce23ee201bd2</Sha>
211211
</Dependency>
212-
<Dependency Name="System.IO.Pipelines" Version="5.0.1">
213-
<Uri>https://github.com/dotnet/runtime</Uri>
214-
<Sha>b02e13abab3d6f499751af2ad1ae6333fb4e633d</Sha>
212+
<Dependency Name="System.IO.Pipelines" Version="5.0.2">
213+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
214+
<Sha>3065735be79d6b7d17e8e3a723115810b43c9b3a</Sha>
215215
</Dependency>
216216
<Dependency Name="System.Net.Http.Json" Version="5.0.0">
217217
<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.14">
297+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.15">
298298
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
299-
<Sha>d5b56c6327f380de399a2f95ca6045f03c92a66d</Sha>
299+
<Sha>3065735be79d6b7d17e8e3a723115810b43c9b3a</Sha>
300300
</Dependency>
301-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.14-servicing.22057.10">
301+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.15-servicing.22115.6">
302302
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
303-
<Sha>d5b56c6327f380de399a2f95ca6045f03c92a66d</Sha>
303+
<Sha>3065735be79d6b7d17e8e3a723115810b43c9b3a</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.14-servicing.22057.10">
305+
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.15-servicing.22115.6">
306306
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
307-
<Sha>d5b56c6327f380de399a2f95ca6045f03c92a66d</Sha>
307+
<Sha>3065735be79d6b7d17e8e3a723115810b43c9b3a</Sha>
308308
</Dependency>
309309
</ProductDependencies>
310310
<ToolsetDependencies>

eng/Versions.props

Lines changed: 4 additions & 4 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.14-servicing.22057.10</MicrosoftNETCoreAppInternalPackageVersion>
62+
<MicrosoftNETCoreAppInternalPackageVersion>5.0.15-servicing.22115.6</MicrosoftNETCoreAppInternalPackageVersion>
6363
<MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion>
64-
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.14</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
65-
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.14-servicing.22057.10</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
64+
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.15</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
65+
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.15-servicing.22115.6</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
6666
<MicrosoftWin32RegistryPackageVersion>5.0.0</MicrosoftWin32RegistryPackageVersion>
6767
<MicrosoftWin32SystemEventsPackageVersion>5.0.0</MicrosoftWin32SystemEventsPackageVersion>
6868
<MicrosoftExtensionsCachingAbstractionsPackageVersion>5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion>
@@ -105,7 +105,7 @@
105105
<SystemDiagnosticsEventLogPackageVersion>5.0.1</SystemDiagnosticsEventLogPackageVersion>
106106
<SystemDirectoryServicesProtocolsPackageVersion>5.0.1</SystemDirectoryServicesProtocolsPackageVersion>
107107
<SystemDrawingCommonPackageVersion>5.0.3</SystemDrawingCommonPackageVersion>
108-
<SystemIOPipelinesPackageVersion>5.0.1</SystemIOPipelinesPackageVersion>
108+
<SystemIOPipelinesPackageVersion>5.0.2</SystemIOPipelinesPackageVersion>
109109
<SystemNetHttpJsonPackageVersion>5.0.0</SystemNetHttpJsonPackageVersion>
110110
<SystemNetHttpWinHttpHandlerPackageVersion>5.0.0</SystemNetHttpWinHttpHandlerPackageVersion>
111111
<SystemNetWebSocketsWebSocketProtocolPackageVersion>5.0.0</SystemNetWebSocketsWebSocketProtocolPackageVersion>

0 commit comments

Comments
 (0)