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

Commit aca090c

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

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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-59a12ca" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-59a12ca9/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-core-setup-ce3350c" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-ce3350c1/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-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
@@ -19,7 +19,7 @@
1919
<disabledPackageSources>
2020
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2121
<!-- Begin: Package sources from dotnet-core-setup -->
22-
<add key="darc-int-dotnet-core-setup-59a12ca" value="true" />
22+
<add key="darc-int-dotnet-core-setup-ce3350c" value="true" />
2323
<!-- End: Package sources from dotnet-core-setup -->
2424
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2525
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Sha>a8fa02578fbf46f44efebc83470b032447033cea</Sha>
77
</Dependency>
88
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.28">
9-
<Uri>https://github.com/dotnet/core-setup</Uri>
10-
<Sha>59a12ca931e90a50722ee2859ba74f51f976eddd</Sha>
9+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
10+
<Sha>ce3350c1cc0e928c1215d8700727703cf287acac</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>
@@ -22,8 +22,8 @@
2222
<Sha>9165b88e05fc37585aa1c3fc9585b5a7d751bb21</Sha>
2323
</Dependency>
2424
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.28">
25-
<Uri>https://github.com/dotnet/core-setup</Uri>
26-
<Sha>59a12ca931e90a50722ee2859ba74f51f976eddd</Sha>
25+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
26+
<Sha>ce3350c1cc0e928c1215d8700727703cf287acac</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>00ee7885c99b7ec71a6395e5b43443c268f4e061</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.28-servicing.22362.8">
56-
<Uri>https://github.com/dotnet/core-setup</Uri>
57-
<Sha>59a12ca931e90a50722ee2859ba74f51f976eddd</Sha>
55+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.28-servicing.22363.6">
56+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
57+
<Sha>ce3350c1cc0e928c1215d8700727703cf287acac</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.28</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
2222
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
23-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.28-servicing.22362.8</MicrosoftNETCoreAppInternalPackageVersion>
23+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.28-servicing.22363.6</MicrosoftNETCoreAppInternalPackageVersion>
2424
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
2525
<MicrosoftExtensionsDependencyModelPackageVersion>3.1.25</MicrosoftExtensionsDependencyModelPackageVersion>
2626
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.28</MicrosoftNETCoreDotNetHostResolverPackageVersion>

0 commit comments

Comments
 (0)