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

Commit b03621b

Browse files
committed
[internal/release/3.1.4xx] Update dependencies from dnceng/internal/dotnet-core-setup
1 parent 1241b4b commit b03621b

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
@@ -5,7 +5,7 @@
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-core-setup -->
8-
<add key="darc-int-dotnet-core-setup-4e41f41" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-4e41f41d/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-core-setup-dc339bd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-dc339bd0/nuget/v3/index.json" />
99
<!-- End: Package sources from dotnet-core-setup -->
1010
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1111
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
@@ -20,7 +20,7 @@
2020
<disabledPackageSources>
2121
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2222
<!-- Begin: Package sources from dotnet-core-setup -->
23-
<add key="darc-int-dotnet-core-setup-4e41f41" value="true" />
23+
<add key="darc-int-dotnet-core-setup-dc339bd" value="true" />
2424
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2525
<!-- End: Package sources from dotnet-core-setup -->
2626
</disabledPackageSources>

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.15">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
10-
<Sha>4e41f41d7b48c8355f0999280255242063d18b17</Sha>
10+
<Sha>dc339bd0fb2ec082e3afdc0a5ade2066a86d1681</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.15">
2525
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
26-
<Sha>4e41f41d7b48c8355f0999280255242063d18b17</Sha>
26+
<Sha>dc339bd0fb2ec082e3afdc0a5ade2066a86d1681</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://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
5353
<Sha>c583759892b325fb34f317aa1409bb797e7ea20e</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.15-servicing.21213.22">
55+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.15-servicing.21214.3">
5656
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
57-
<Sha>4e41f41d7b48c8355f0999280255242063d18b17</Sha>
57+
<Sha>dc339bd0fb2ec082e3afdc0a5ade2066a86d1681</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.15</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
2222
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
23-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.15-servicing.21213.22</MicrosoftNETCoreAppInternalPackageVersion>
23+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.15-servicing.21214.3</MicrosoftNETCoreAppInternalPackageVersion>
2424
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
2525
<MicrosoftExtensionsDependencyModelPackageVersion>3.1.6</MicrosoftExtensionsDependencyModelPackageVersion>
2626
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.15</MicrosoftNETCoreDotNetHostResolverPackageVersion>

0 commit comments

Comments
 (0)