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

Commit 0267ad0

Browse files
committed
[internal/release/3.1] Update dependencies from dnceng/internal/dotnet-corefx
1 parent 89c50a2 commit 0267ad0

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

NuGet.config

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-14aba64" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-14aba64c/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-corefx-50a99d5" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-50a99d5d/nuget/v3/index.json" />
1212
<!-- End: Package sources from dotnet-corefx -->
1313
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1414
<!--
@@ -28,8 +28,9 @@
2828
<disabledPackageSources>
2929
<clear />
3030
<!-- Begin: Package sources from dotnet-corefx -->
31-
<add key="darc-int-dotnet-corefx-14aba64" value="true" />
31+
<add key="darc-int-dotnet-corefx-50a99d5" value="true" />
3232
<!-- End: Package sources from dotnet-corefx -->
33+
<add key="darc-int-dotnet-corefx-14aba64" value="true" />
3334
<add key="darc-int-dotnet-corefx-1e80113" value="true" />
3435
<add key="darc-int-dotnet-corefx-889544a" value="true" />
3536
<add key="darc-int-dotnet-corefx-f571fb3" value="true" />

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
</Dependency>
2121
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.4">
2222
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
23-
<Sha>14aba64c35a09c0e72b250c39299052630881adf</Sha>
23+
<Sha>50a99d5d3c6e68aecf70627897c0d862a92fc283</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.21069.2">
29+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.21069.5">
3030
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
31-
<Sha>14aba64c35a09c0e72b250c39299052630881adf</Sha>
31+
<Sha>50a99d5d3c6e68aecf70627897c0d862a92fc283</Sha>
3232
</Dependency>
3333
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.7.0">
3434
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -94,9 +94,9 @@
9494
<Uri>https://github.com/dotnet/corefx</Uri>
9595
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
9696
</Dependency>
97-
<Dependency Name="System.Drawing.Common" Version="4.7.1">
98-
<Uri>https://github.com/dotnet/corefx</Uri>
99-
<Sha>1b5b5f0bf030bf7250c3258c140fa9e4214325c8</Sha>
97+
<Dependency Name="System.Drawing.Common" Version="4.7.2">
98+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
99+
<Sha>50a99d5d3c6e68aecf70627897c0d862a92fc283</Sha>
100100
</Dependency>
101101
<Dependency Name="System.IO.FileSystem.AccessControl" Version="4.7.0">
102102
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<!-- corefx -->
6060
<MicrosoftNETCorePlatformsPackageVersion>3.1.4</MicrosoftNETCorePlatformsPackageVersion>
6161
<MicrosoftNETCoreTargetsPackageVersion>3.1.0</MicrosoftNETCoreTargetsPackageVersion>
62-
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.21069.2</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
62+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.21069.5</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
6363
<MicrosoftWin32RegistryAccessControlVersion>4.7.0</MicrosoftWin32RegistryAccessControlVersion>
6464
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
6565
<MicrosoftWin32SystemEventsVersion>4.7.0</MicrosoftWin32SystemEventsVersion>
@@ -69,7 +69,7 @@
6969
<SystemDiagnosticsEventLogVersion>4.7.0</SystemDiagnosticsEventLogVersion>
7070
<SystemDiagnosticsPerformanceCounterVersion>4.7.0</SystemDiagnosticsPerformanceCounterVersion>
7171
<SystemDirectoryServicesVersion>4.7.0</SystemDirectoryServicesVersion>
72-
<SystemDrawingCommonVersion>4.7.1</SystemDrawingCommonVersion>
72+
<SystemDrawingCommonVersion>4.7.2</SystemDrawingCommonVersion>
7373
<SystemIOFileSystemAccessControlVersion>4.7.0</SystemIOFileSystemAccessControlVersion>
7474
<SystemIOPackagingVersion>4.7.0</SystemIOPackagingVersion>
7575
<SystemIOPipesAccessControlVersion>4.5.1</SystemIOPipesAccessControlVersion>

0 commit comments

Comments
 (0)