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

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.2.0-beta-23170-01 to 1.2.0-beta-23171-02 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2023-03-23 17:12:17 +00:00 committed by GitHub
parent e82781d4ba
commit b1b1ba1f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -187,18 +187,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23171.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23172.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b17c4b8af95a9652c3501df2702913ca94adb139</Sha>
<Sha>e25f6609554cdfe545659c9035384e9cdff39529</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23171.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23172.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b17c4b8af95a9652c3501df2702913ca94adb139</Sha>
<Sha>e25f6609554cdfe545659c9035384e9cdff39529</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23171.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23172.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b17c4b8af95a9652c3501df2702913ca94adb139</Sha>
<Sha>e25f6609554cdfe545659c9035384e9cdff39529</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -217,9 +217,9 @@
<Sha>c0406eca1fc7bac699242e1f4de0b54e382a7020</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23170-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23171-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>7c8e17b66d9d3741b3c6226757622fd729b13df2</Sha>
<Sha>26472dbb0185a75d7cde03a3e89abe7022974357</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23169.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23171.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23172.2</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.23171.2",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23171.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23172.2",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23172.2"
}
}