Update dependencies from https://github.com/dotnet/arcade build 20220718.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 7.0.0-beta.22367.1 -> To Version 7.0.0-beta.22368.5

Dependency coherency updates

Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks
 From Version 1.2.0-beta-22364-02 -> To Version 1.2.0-beta-22367-01 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-07-19 12:39:22 +00:00
parent bd5932799a
commit 6ebdcd1c75
3 changed files with 13 additions and 13 deletions

View file

@ -196,32 +196,32 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22367.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22368.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
<Sha>6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22367.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22368.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
<Sha>6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22367.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22368.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
<Sha>6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22368.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>b8e944de468738df9371be30d2a5232c33649260</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22364-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22367-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>3e7c7527cc929bfcda18cde3af8cddc2dd98f121</Sha>
<Sha>2e8b1dd7716350c00f19fc595fa311685c470f44</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22364.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22366.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>ad72d0b03cb9b259988d98e1ebcdf8ca56c9d8e5</Sha>
<Sha>42614f0262512a0d0d03c2a41098f15a66b60ada</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>7.0.0-beta.22367.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22368.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22367.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22367.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22368.5",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22368.5"
}
}