Skip to content

Commit 9ab95ae

Browse files
committed
[internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime
1 parent b76530f commit 9ab95ae

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

NuGet.config

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-efcore -->
77
<add key="darc-int-dotnet-efcore-862a10c" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-862a10c8/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-efcore-862a10c-2" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-862a10c8-2/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-efcore-862a10c-1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-862a10c8-1/nuget/v3/index.json" />
810
<!-- End: Package sources from dotnet-efcore -->
911
<!-- Begin: Package sources from dotnet-runtime -->
10-
<add key="darc-int-dotnet-runtime-1016676" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-10166769/nuget/v3/index.json" />
12+
<add key="darc-int-dotnet-runtime-951c058" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-951c058d/nuget/v3/index.json" />
1113
<!-- End: Package sources from dotnet-runtime -->
1214
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1315
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -22,10 +24,12 @@
2224
<clear />
2325
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2426
<!-- Begin: Package sources from dotnet-efcore -->
27+
<add key="darc-int-dotnet-efcore-862a10c-1" value="true" />
28+
<add key="darc-int-dotnet-efcore-862a10c-2" value="true" />
2529
<add key="darc-int-dotnet-efcore-862a10c" value="true" />
2630
<!-- End: Package sources from dotnet-efcore -->
2731
<!-- Begin: Package sources from dotnet-runtime -->
28-
<add key="darc-int-dotnet-runtime-1016676" value="true" />
32+
<add key="darc-int-dotnet-runtime-951c058" value="true" />
2933
<!-- End: Package sources from dotnet-runtime -->
3034
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3135
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.16">
297+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.17">
298298
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
299-
<Sha>101667696659492d5cfbc662ffb05f54eb4dbc48</Sha>
299+
<Sha>951c058de80f36e9e2fc9132fb723748019de330</Sha>
300300
</Dependency>
301-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.16-servicing.22167.5">
301+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.17-servicing.22205.7">
302302
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
303-
<Sha>101667696659492d5cfbc662ffb05f54eb4dbc48</Sha>
303+
<Sha>951c058de80f36e9e2fc9132fb723748019de330</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.16-servicing.22167.5">
305+
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.17-servicing.22205.7">
306306
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
307-
<Sha>101667696659492d5cfbc662ffb05f54eb4dbc48</Sha>
307+
<Sha>951c058de80f36e9e2fc9132fb723748019de330</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.16-servicing.22167.5</MicrosoftNETCoreAppInternalPackageVersion>
62+
<MicrosoftNETCoreAppInternalPackageVersion>5.0.17-servicing.22205.7</MicrosoftNETCoreAppInternalPackageVersion>
6363
<MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion>
64-
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.16</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
65-
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.16-servicing.22167.5</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
64+
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.17</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
65+
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.17-servicing.22205.7</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
6666
<MicrosoftWin32RegistryPackageVersion>5.0.0</MicrosoftWin32RegistryPackageVersion>
6767
<MicrosoftWin32SystemEventsPackageVersion>5.0.0</MicrosoftWin32SystemEventsPackageVersion>
6868
<MicrosoftExtensionsCachingAbstractionsPackageVersion>5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion>

0 commit comments

Comments
 (0)