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

Commit 295be06

Browse files
dotnet-botmarcpopMSFT
authored andcommitted
Merged PR 27522: [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**: 20221115.20 - **Date Produced**: November 16, 2022 7:13:12 AM UTC - **Commit**: f94bb2c3ff432dcc4a6229eca2f978197bf06150 - **Branch**: refs/heads/internal/release/3.1 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NETCore.App.Internal**: [from 3.1.32-servicing.22558.2 to 3.1.32-servicing.22565.20][1] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 3.1.32 to 3.1.32][1] - **Microsoft.NETCore.DotNetHostResolver**: [from 3.1.32 to 3.1.32][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup/branches?baseVersion=GCfb59fb7&targetVersion=GCf94bb2c&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:d0518625-279b-4a58-a366-08d828fa49ff)
2 parents 1c69fc0 + 4db23c5 commit 295be06

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-fb59fb7" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-fb59fb7d/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-core-setup-f94bb2c" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-f94bb2c3/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-fb59fb7" value="true" />
22+
<add key="darc-int-dotnet-core-setup-f94bb2c" 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: 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.32">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
10-
<Sha>fb59fb7ddd618892c6e750046269dd4497b5c9ae</Sha>
10+
<Sha>f94bb2c3ff432dcc4a6229eca2f978197bf06150</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.32">
2525
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
26-
<Sha>fb59fb7ddd618892c6e750046269dd4497b5c9ae</Sha>
26+
<Sha>f94bb2c3ff432dcc4a6229eca2f978197bf06150</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>8965faaf377065549fe004337c80798efb7993f8</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.32-servicing.22558.2">
55+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.32-servicing.22565.20">
5656
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
57-
<Sha>fb59fb7ddd618892c6e750046269dd4497b5c9ae</Sha>
57+
<Sha>f94bb2c3ff432dcc4a6229eca2f978197bf06150</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.32</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
2222
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
23-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.32-servicing.22558.2</MicrosoftNETCoreAppInternalPackageVersion>
23+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.32-servicing.22565.20</MicrosoftNETCoreAppInternalPackageVersion>
2424
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
2525
<MicrosoftExtensionsDependencyModelPackageVersion>3.1.25</MicrosoftExtensionsDependencyModelPackageVersion>
2626
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.32</MicrosoftNETCoreDotNetHostResolverPackageVersion>

0 commit comments

Comments
 (0)