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

Commit d8c8198

Browse files
Update dependencies from https://github.com/dotnet/core-setup build 20201019.3 (#13630)
[release/3.1.4xx] Update dependencies from dotnet/core-setup
1 parent b1a04db commit d8c8198

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

NuGet.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<packageSources>
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7-
<add key="darc-pub-dotnet-core-setup-df38dc6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-df38dc68/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-core-setup-1721e39-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394-2/nuget/v3/index.json" />
8+
<add key="darc-pub-dotnet-core-setup-1721e39-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394-1/nuget/v3/index.json" />
9+
<add key="darc-pub-dotnet-core-setup-1721e39" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394/nuget/v3/index.json" />
810
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
911
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
1012
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</Dependency>
88
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.10">
99
<Uri>https://github.com/dotnet/core-setup</Uri>
10-
<Sha>df38dc68234813560f5df0b8317ef639299b3707</Sha>
10+
<Sha>1721e3943939f9af7d5effa702bb7e9b99e254f1</Sha>
1111
</Dependency>
1212
<Dependency Name="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6">
1313
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
@@ -23,7 +23,7 @@
2323
</Dependency>
2424
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.10">
2525
<Uri>https://github.com/dotnet/core-setup</Uri>
26-
<Sha>df38dc68234813560f5df0b8317ef639299b3707</Sha>
26+
<Sha>1721e3943939f9af7d5effa702bb7e9b99e254f1</Sha>
2727
</Dependency>
2828
<!-- Specific version here is not interesting, but we want Maestro to add corefx
2929
private feeds -->
@@ -52,9 +52,9 @@
5252
<Uri>https://github.com/dotnet/sdk</Uri>
5353
<Sha>4f77b27cff967fd9abde1f94faae7f963c43170d</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.10-servicing.20516.1">
55+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.10-servicing.20519.3">
5656
<Uri>https://github.com/dotnet/core-setup</Uri>
57-
<Sha>df38dc68234813560f5df0b8317ef639299b3707</Sha>
57+
<Sha>1721e3943939f9af7d5effa702bb7e9b99e254f1</Sha>
5858
</Dependency>
5959
<Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1">
6060
<Uri>https://github.com/dotnet/CliCommandLineParser</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
2121
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.10</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
2222
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
23-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.10-servicing.20516.1</MicrosoftNETCoreAppInternalPackageVersion>
23+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.10-servicing.20519.3</MicrosoftNETCoreAppInternalPackageVersion>
2424
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
2525
<MicrosoftExtensionsDependencyModelPackageVersion>3.1.6</MicrosoftExtensionsDependencyModelPackageVersion>
2626
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.10</MicrosoftNETCoreDotNetHostResolverPackageVersion>

0 commit comments

Comments
 (0)