Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 826c2c2

Browse files
committed
[internal/release/3.1] Update dependencies from dnceng/internal/dotnet-corefx
1 parent 8e61ae7 commit 826c2c2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

NuGet.config

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<clear />
99
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1010
<!-- Begin: Package sources from dotnet-corefx -->
11+
<add key="darc-int-dotnet-corefx-6e37696" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-6e37696a/nuget/v3/index.json" />
1112
<!-- End: Package sources from dotnet-corefx -->
1213
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1314
<!--
@@ -28,6 +29,7 @@
2829
<clear />
2930
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
3031
<!-- Begin: Package sources from dotnet-corefx -->
32+
<add key="darc-int-dotnet-corefx-6e37696" value="true" />
3133
<!-- End: Package sources from dotnet-corefx -->
3234
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3335
</disabledPackageSources>

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
<Uri>https://github.com/dotnet/corefx</Uri>
1919
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.5">
21+
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.6">
2222
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
23-
<Sha>9f21c83298820c9c42f14ed2bd3af5f6203d75ec</Sha>
23+
<Sha>6e37696a5420057596d61119614574db9037c652</Sha>
2424
</Dependency>
2525
<Dependency Name="Microsoft.NETCore.Targets" Version="3.1.0">
2626
<Uri>https://github.com/dotnet/corefx</Uri>
2727
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.21159.3">
29+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.21162.8">
3030
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
31-
<Sha>789ec7bbab3bed8c387e264d0cb98b2f4bd52cfd</Sha>
31+
<Sha>6e37696a5420057596d61119614574db9037c652</Sha>
3232
</Dependency>
3333
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.7.0">
3434
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
<!-- sourcelink -->
6666
<MicrosoftSourceLinkVSTSVersion>1.0.0-beta2-19519-01</MicrosoftSourceLinkVSTSVersion>
6767
<!-- corefx -->
68-
<MicrosoftNETCorePlatformsPackageVersion>3.1.5</MicrosoftNETCorePlatformsPackageVersion>
68+
<MicrosoftNETCorePlatformsPackageVersion>3.1.6</MicrosoftNETCorePlatformsPackageVersion>
6969
<MicrosoftNETCoreTargetsPackageVersion>3.1.0</MicrosoftNETCoreTargetsPackageVersion>
70-
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.21159.3</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
70+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.21162.8</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
7171
<MicrosoftWin32RegistryAccessControlVersion>4.7.0</MicrosoftWin32RegistryAccessControlVersion>
7272
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
7373
<MicrosoftWin32SystemEventsVersion>4.7.0</MicrosoftWin32SystemEventsVersion>

0 commit comments

Comments
 (0)