Skip to content

Commit 28c68e2

Browse files
dotnet-maestro[bot]wtgodbe
authored andcommitted
[release/3.1] Update dependencies from dotnet/core-setup (#2878)
* Update dependencies from https://github.com/dotnet/core-setup build 20200117.1 - Microsoft.NETCore.App.Internal - 3.1.2-servicing.20067.1 - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200117.4 - Microsoft.NETCore.App.Internal - 3.1.2-servicing.20067.4 - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.2 Dependency coherency updates - System.Text.Json - 4.7.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
1 parent 9f358d9 commit 28c68e2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +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-92224c9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-92224c91/nuget/v3/index.json" />
7-
<add key="darc-pub-dotnet-corefx-d658fef" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-d658fef8/nuget/v3/index.json" />
6+
<add key="darc-pub-dotnet-core-setup-916b5cb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-916b5cba/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-corefx-e946ceb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-e946cebe-1/nuget/v3/index.json" />
88
<add key="darc-pub-dotnet-corefx-0f7f38c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-0f7f38c4/nuget/v3/index.json" />
99
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1010
<add key="dotnet3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
</Dependency>
6161
<Dependency Name="System.Text.Json" Version="4.7.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
6262
<Uri>https://github.com/dotnet/corefx</Uri>
63-
<Sha>d658fef8c064c2f3ea4f57ab6544abb998ab3b57</Sha>
63+
<Sha>e946cebe43a510e8c6476bbc8185d1445df33a1a</Sha>
6464
</Dependency>
6565
<!--
6666
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
6767
All Runtime.$rid packages should have the same version.
6868
-->
6969
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.2">
7070
<Uri>https://github.com/dotnet/core-setup</Uri>
71-
<Sha>92224c91b9a8dda9b77c41b583fbd711378adc87</Sha>
71+
<Sha>916b5cba268e1e1e803243004f4276cf40b2dda8</Sha>
7272
</Dependency>
73-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.2-servicing.20066.11">
73+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.2-servicing.20067.4">
7474
<Uri>https://github.com/dotnet/core-setup</Uri>
75-
<Sha>92224c91b9a8dda9b77c41b583fbd711378adc87</Sha>
75+
<Sha>916b5cba268e1e1e803243004f4276cf40b2dda8</Sha>
7676
</Dependency>
7777
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.0" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
7878
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<!-- Packages from dotnet/core-setup -->
5757
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
5858
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
59-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.2-servicing.20066.11</MicrosoftNETCoreAppInternalPackageVersion>
59+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.2-servicing.20067.4</MicrosoftNETCoreAppInternalPackageVersion>
6060
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
6161
<!-- Packages from dotnet/corefx -->
6262
<MicrosoftBclAsyncInterfacesPackageVersion>1.1.0</MicrosoftBclAsyncInterfacesPackageVersion>

0 commit comments

Comments
 (0)