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

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

Dependency coherency updates

Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks
 From Version 1.2.0-beta-22357-02 -> To Version 1.2.0-beta-22361-03 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-07-13 12:39:13 +00:00
parent a3b812cfe2
commit 82babe85e9
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.22358.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22362.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
<Sha>bd18f30f71daf7eaaf1d70363c303bd7dfac65a2</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22358.3">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22362.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
<Sha>bd18f30f71daf7eaaf1d70363c303bd7dfac65a2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22358.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22362.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
<Sha>bd18f30f71daf7eaaf1d70363c303bd7dfac65a2</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22356.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>2288850ad99cac4de5968ed609144bfdc81567ce</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22357-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22361-03" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2b13b222c4894db2bf59e0b7c2f909f55a0e60c3</Sha>
<Sha>317a714f518da915bbf9f04f8f30e7ddb224d911</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22357.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22359.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>de60e8170dea65032fe393a4fa25eee9152087de</Sha>
<Sha>cec92f55c9870669c2ec51e2a4f1c7a19f1040a8</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.22358.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22362.1</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.22358.3",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22358.3"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22362.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22362.1"
}
}