Skip to content

Commit d8a50ea

Browse files
[release/3.1] Update dependencies from dotnet/core-setup (#3557)
* Update dependencies from https://github.com/dotnet/core-setup build 20200922.1 Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Runtime.win-x64 From Version 3.1.9-servicing.20471.2 -> To Version 3.1.9-servicing.20472.1 Dependency coherency updates System.IO.Pipelines From Version 4.7.2 -> To Version 4.7.3 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update dependencies from https://github.com/dotnet/core-setup build 20200922.2 Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Runtime.win-x64 From Version 3.1.9-servicing.20471.2 -> To Version 3.1.9-servicing.20472.2 Dependency coherency updates System.IO.Pipelines From Version 4.7.2 -> To Version 4.7.3 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update dependencies from https://github.com/dotnet/core-setup build 20200922.3 Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Runtime.win-x64 From Version 3.1.9-servicing.20471.2 -> To Version 3.1.9-servicing.20472.3 Dependency coherency updates System.IO.Pipelines From Version 4.7.2 -> To Version 4.7.3 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update dependencies from https://github.com/dotnet/core-setup build 20200923.1 Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Runtime.win-x64 From Version 3.1.9-servicing.20471.2 -> To Version 3.1.9-servicing.20473.1 Dependency coherency updates System.IO.Pipelines From Version 4.7.2 -> To Version 4.7.3 (parent: Microsoft.NETCore.App.Runtime.win-x64 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 61e85d3 commit d8a50ea

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<packageSources>
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6-
<add key="darc-pub-dotnet-core-setup-6793ba2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-6793ba27/nuget/v3/index.json" />
6+
<add key="darc-pub-dotnet-core-setup-774fc3d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-774fc3d6/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-corefx-3009a1f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-3009a1fc/nuget/v3/index.json" />
78
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
89
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
910
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<Uri>https://github.com/dotnet/corefx</Uri>
3535
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
3636
</Dependency>
37-
<Dependency Name="System.IO.Pipelines" Version="4.7.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
38-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
39-
<Sha>059a4a19e602494bfbed473dbbb18f2dbfbd0878</Sha>
37+
<Dependency Name="System.IO.Pipelines" Version="4.7.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
38+
<Uri>https://github.com/dotnet/corefx</Uri>
39+
<Sha>3009a1fc20d9cb47d117399040d31c23f7b23e02</Sha>
4040
</Dependency>
4141
<Dependency Name="System.Net.Http.WinHttpHandler" Version="4.7.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
4242
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
@@ -84,15 +84,15 @@
8484
-->
8585
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.9">
8686
<Uri>https://github.com/dotnet/core-setup</Uri>
87-
<Sha>6793ba27e865d540fac56e9e5e69470c6648b67e</Sha>
87+
<Sha>774fc3d6a9659077864171d095f46b1ea19bb51d</Sha>
8888
</Dependency>
8989
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="3.1.6">
9090
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
9191
<Sha>3acd9b0cd16596bad450c82be08780875a73c05c</Sha>
9292
</Dependency>
93-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.9-servicing.20471.2">
93+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.9-servicing.20473.1">
9494
<Uri>https://github.com/dotnet/core-setup</Uri>
95-
<Sha>6793ba27e865d540fac56e9e5e69470c6648b67e</Sha>
95+
<Sha>774fc3d6a9659077864171d095f46b1ea19bb51d</Sha>
9696
</Dependency>
9797
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
9898
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
5858
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
5959
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.9</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
60-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.9-servicing.20471.2</MicrosoftNETCoreAppInternalPackageVersion>
60+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.9-servicing.20473.1</MicrosoftNETCoreAppInternalPackageVersion>
6161
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
6262
<!-- Packages from dotnet/corefx -->
6363
<MicrosoftBclAsyncInterfacesPackageVersion>1.1.1</MicrosoftBclAsyncInterfacesPackageVersion>
@@ -66,7 +66,7 @@
6666
<SystemComponentModelAnnotationsPackageVersion>4.7.0</SystemComponentModelAnnotationsPackageVersion>
6767
<SystemDiagnosticsDiagnosticSourcePackageVersion>4.7.1</SystemDiagnosticsDiagnosticSourcePackageVersion>
6868
<SystemDiagnosticsEventLogPackageVersion>4.7.0</SystemDiagnosticsEventLogPackageVersion>
69-
<SystemIOPipelinesPackageVersion>4.7.2</SystemIOPipelinesPackageVersion>
69+
<SystemIOPipelinesPackageVersion>4.7.3</SystemIOPipelinesPackageVersion>
7070
<SystemNetHttpWinHttpHandlerPackageVersion>4.7.2</SystemNetHttpWinHttpHandlerPackageVersion>
7171
<SystemNetWebSocketsWebSocketProtocolPackageVersion>4.7.1</SystemNetWebSocketsWebSocketProtocolPackageVersion>
7272
<SystemReflectionMetadataPackageVersion>1.8.1</SystemReflectionMetadataPackageVersion>

0 commit comments

Comments
 (0)