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

Commit f5eceb8

Browse files
committed
[internal/release/3.1] Update dependencies from dnceng/internal/dotnet-corefx
1 parent 20aabc5 commit f5eceb8

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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-0e868c5" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-0e868c58/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-corefx-59d2f36" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-59d2f36e/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-0e868c5" value="true" />
31+
<add key="darc-int-dotnet-corefx-59d2f36" value="true" />
3232
<!-- End: Package sources from dotnet-corefx -->
33+
<add key="darc-int-dotnet-corefx-0e868c5" value="true" />
3334
<add key="darc-int-dotnet-corefx-81796aa" value="true" />
3435
</disabledPackageSources>
3536
</configuration>

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</Dependency>
1313
<Dependency Name="Microsoft.Bcl.HashCode" Version="1.1.1">
1414
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
15-
<Sha>0e868c5838a7dbfa9c46eee555c0acbda139046c</Sha>
15+
<Sha>59d2f36ec02c494eec50940c7993257a807f9531</Sha>
1616
</Dependency>
1717
<Dependency Name="Microsoft.CSharp" Version="4.7.0">
1818
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -26,9 +26,9 @@
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.20566.3">
29+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.20566.4">
3030
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
31-
<Sha>0e868c5838a7dbfa9c46eee555c0acbda139046c</Sha>
31+
<Sha>59d2f36ec02c494eec50940c7993257a807f9531</Sha>
3232
</Dependency>
3333
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.7.0">
3434
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -132,7 +132,7 @@
132132
</Dependency>
133133
<Dependency Name="System.IO.Pipelines" Version="4.7.4">
134134
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
135-
<Sha>0e868c5838a7dbfa9c46eee555c0acbda139046c</Sha>
135+
<Sha>59d2f36ec02c494eec50940c7993257a807f9531</Sha>
136136
</Dependency>
137137
<Dependency Name="System.IO.Pipes.AccessControl" Version="4.5.1">
138138
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<!-- corefx -->
6060
<MicrosoftNETCorePlatformsPackageVersion>3.1.3</MicrosoftNETCorePlatformsPackageVersion>
6161
<MicrosoftNETCoreTargetsPackageVersion>3.1.0</MicrosoftNETCoreTargetsPackageVersion>
62-
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.20566.3</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
62+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.20566.4</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
6363
<MicrosoftWin32RegistryAccessControlVersion>4.7.0</MicrosoftWin32RegistryAccessControlVersion>
6464
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
6565
<MicrosoftWin32SystemEventsVersion>4.7.0</MicrosoftWin32SystemEventsVersion>

0 commit comments

Comments
 (0)