[main] Update dependencies from dotnet/arcade (#15659)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.2.0-beta-23121-02 to 1.2.0-beta-23125-01 (parent: Microsoft.DotNet.Arcade.Sdk)
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.23121.1 to 1.0.0-beta.23124.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2023-02-28 18:40:08 +00:00 committed by GitHub
parent 2cf3ff85a0
commit 4c9bc7448c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -195,18 +195,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23123.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23127.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>39952f0f2dbd76699158d5f84fc3644602ad08c9</Sha>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23123.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23127.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>39952f0f2dbd76699158d5f84fc3644602ad08c9</Sha>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23123.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23127.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>39952f0f2dbd76699158d5f84fc3644602ad08c9</Sha>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23116.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -225,14 +225,14 @@
<Sha>72584554974ece2019fbd3dd6743a282f39d9b87</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23121-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23125-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>401652e13a35e7f139d0df71ef75a7a737272959</Sha>
<Sha>161e4eb21f51d3c3397318cabcc9139718dea790</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23121.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23124.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>c92d29d251f88bc3a9fa958efaad048bdabbf8a9</Sha>
<Sha>6d69e885ef955272edd85b4da2360335ebeb98d2</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23123.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23127.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23123.2",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23123.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23127.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23127.1"
}
}