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

Commit 4c6b4aa

Browse files
dotnet-botwtgodbe
authored andcommitted
Merged PR 14887: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-corefx
This pull request updates the following dependencies [marker]: <> (Begin:d857f0c2-af97-43df-e8df-08d76e1cf1e0) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-corefx - **Subscription**: d857f0c2-af97-43df-e8df-08d76e1cf1e0 - **Build**: 20210512.5 - **Date Produced**: 5/12/2021 11:54 PM - **Commit**: 658544bf73653f734bca9675602fa57440f8b718 - **Branch**: refs/heads/internal/release/3.1 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Private.CoreFx.NETCoreApp**: [from 4.7.0-servicing.21214.2 to 4.7.0-servicing.21262.5][1] - **Microsoft.NETCore.Platforms**: [from 3.1.6 to 3.1.7][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-corefx/branches?baseVersion=GC585ae47&targetVersion=GC658544b&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-corefx/branches?baseVersion=GC6e37696&targetVersion=GC658544b&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:d857f0c2-af97-43df-e8df-08d76e1cf1e0)
1 parent b6710c0 commit 4c6b4aa

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-658544b" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-658544bf/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-658544b" 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.6">
21+
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.7">
2222
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
23-
<Sha>6e37696a5420057596d61119614574db9037c652</Sha>
23+
<Sha>658544bf73653f734bca9675602fa57440f8b718</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.21214.2">
29+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.21262.5">
3030
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
31-
<Sha>585ae475d8aebdecf310d7509585003721509c5a</Sha>
31+
<Sha>658544bf73653f734bca9675602fa57440f8b718</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.6</MicrosoftNETCorePlatformsPackageVersion>
68+
<MicrosoftNETCorePlatformsPackageVersion>3.1.7</MicrosoftNETCorePlatformsPackageVersion>
6969
<MicrosoftNETCoreTargetsPackageVersion>3.1.0</MicrosoftNETCoreTargetsPackageVersion>
70-
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.21214.2</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
70+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.21262.5</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
7171
<MicrosoftWin32RegistryAccessControlVersion>4.7.0</MicrosoftWin32RegistryAccessControlVersion>
7272
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
7373
<MicrosoftWin32SystemEventsVersion>4.7.0</MicrosoftWin32SystemEventsVersion>

0 commit comments

Comments
 (0)