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

Commit ae1821d

Browse files
dotnet-botvseanreesermsft
authored andcommitted
Merged PR 25033: [internal/release/3.1.4xx] Update dependencies from dnceng/internal/dotnet-core-setup
This pull request updates the following dependencies [marker]: <> (Begin:d0518625-279b-4a58-a366-08d828fa49ff) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - **Subscription**: d0518625-279b-4a58-a366-08d828fa49ff - **Build**: 20220817.2 - **Date Produced**: August 17, 2022 9:13:42 PM UTC - **Commit**: cf71e78b8ce100bcd181eb67a59a53be3c863a84 - **Branch**: refs/heads/internal/release/3.1 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NETCore.App.Internal**: [from 3.1.29-servicing.22412.1 to 3.1.29-servicing.22417.2][2] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 3.1.29 to 3.1.29][2] - **Microsoft.NETCore.DotNetHostResolver**: [from 3.1.29 to 3.1.29][2] [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup/branches?baseVersion=GCfac8702&targetVersion=GCcf71e78&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:d0518625-279b-4a58-a366-08d828fa49ff)
2 parents 22892e4 + 514afcd commit ae1821d

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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-fac8702" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-fac87020/nuget/v3/index.json" />
98
<!-- End: Package sources from dotnet-core-setup -->
109
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1110
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
@@ -19,7 +18,6 @@
1918
<disabledPackageSources>
2019
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2120
<!-- Begin: Package sources from dotnet-core-setup -->
22-
<add key="darc-int-dotnet-core-setup-fac8702" value="true" />
2321
<!-- End: Package sources from dotnet-core-setup -->
2422
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2523
</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.29">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
10-
<Sha>fac87020120a75665900b0b0f68ffeb3789826b6</Sha>
10+
<Sha>cf71e78b8ce100bcd181eb67a59a53be3c863a84</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.29">
2525
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
26-
<Sha>fac87020120a75665900b0b0f68ffeb3789826b6</Sha>
26+
<Sha>cf71e78b8ce100bcd181eb67a59a53be3c863a84</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>0669698327cc8417681af6ba77d8844b099957f4</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.29-servicing.22412.1">
55+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.29-servicing.22417.2">
5656
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
57-
<Sha>fac87020120a75665900b0b0f68ffeb3789826b6</Sha>
57+
<Sha>cf71e78b8ce100bcd181eb67a59a53be3c863a84</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.29</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
2222
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
23-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.29-servicing.22412.1</MicrosoftNETCoreAppInternalPackageVersion>
23+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.29-servicing.22417.2</MicrosoftNETCoreAppInternalPackageVersion>
2424
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
2525
<MicrosoftExtensionsDependencyModelPackageVersion>3.1.25</MicrosoftExtensionsDependencyModelPackageVersion>
2626
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.29</MicrosoftNETCoreDotNetHostResolverPackageVersion>

0 commit comments

Comments
 (0)