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

Commit

Permalink
Merged PR 21473: [internal/release/3.1.4xx] Update dependencies from …
Browse files Browse the repository at this point in the history
…dnceng/internal/dotnet-cli

This pull request updates the following dependencies

[marker]: <> (Begin:cf50613a-523d-48c7-97a3-08d828f89b88)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-cli
- **Subscription**: cf50613a-523d-48c7-97a3-08d828f89b88
- **Build**: 20220224.2
- **Date Produced**: February 25, 2022 8:08:07 AM UTC
- **Commit**: 433456c4deeb85f95ce94acc35cfa84373e5daa2
- **Branch**: refs/heads/internal/release/3.1.4xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 3.1.417-servicing.22123.18 to 3.1.417-servicing.22124.2][1]
  - **Microsoft.DotNet.Cli.Utils**: [from 3.1.417-servicing.22123.18 to 3.1.417-servicing.22124.2][1]
  - **Microsoft.DotNet.Cli.Runtime**: [from 3.1.417-servicing.22123.18 to 3.1.417-servicing.22124.2][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-cli/branches?baseVersion=GCd009a21&targetVersion=GC433456c&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:cf50613a-523d-48c7-97a3-08d828f89b88)
  • Loading branch information
dotnet-bot authored and vseanreesermsft committed Feb 25, 2022
2 parents 035b9d1 + a41da87 commit 34deb24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
<Sha>4c6b4aa257241c4d419b8c271e37afac4445b1c0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.417-servicing.22123.18">
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.417-servicing.22124.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-cli</Uri>
<Sha>d009a21b3ef030c45c1d5e6469bb7575b7084727</Sha>
<Sha>433456c4deeb85f95ce94acc35cfa84373e5daa2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.417-servicing.22123.18">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.417-servicing.22124.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-cli</Uri>
<Sha>d009a21b3ef030c45c1d5e6469bb7575b7084727</Sha>
<Sha>433456c4deeb85f95ce94acc35cfa84373e5daa2</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.417-servicing.22103.15">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
Expand Down Expand Up @@ -97,9 +97,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>31e3d884010345c19f6335571e34b2b5c7ce13bc</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.Utils" Version="3.1.417-servicing.22123.18">
<Dependency Name="Microsoft.DotNet.Cli.Utils" Version="3.1.417-servicing.22124.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-cli</Uri>
<Sha>d009a21b3ef030c45c1d5e6469bb7575b7084727</Sha>
<Sha>433456c4deeb85f95ce94acc35cfa84373e5daa2</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Production Dependencies -->
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetCliRuntimePackageVersion>3.1.417-servicing.22123.18</MicrosoftDotNetCliRuntimePackageVersion>
<MicrosoftDotNetCliRuntimePackageVersion>3.1.417-servicing.22124.2</MicrosoftDotNetCliRuntimePackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
Expand Down Expand Up @@ -86,7 +86,7 @@
<PropertyGroup>
<!-- Test only dependencies -->
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
<MicrosoftDotNetCliUtilsPackageVersion>3.1.417-servicing.22123.18</MicrosoftDotNetCliUtilsPackageVersion>
<MicrosoftDotNetCliUtilsPackageVersion>3.1.417-servicing.22124.2</MicrosoftDotNetCliUtilsPackageVersion>
</PropertyGroup>
<PropertyGroup>
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
Expand Down

0 comments on commit 34deb24

Please sign in to comment.