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

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

Dependency coherency updates

Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks
 From Version 1.2.0-beta-22151-02 -> To Version 1.2.0-beta-22153-02 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-03-07 13:27:35 +00:00
parent f526ec7ed1
commit a6d7f7482e
3 changed files with 13 additions and 13 deletions

View file

@ -177,33 +177,33 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22153.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
<Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22153.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
<Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22153.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
<Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22154.4">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>8c072e50c9ff73a1d3ca791df7d9722004af49ce</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22151-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22153-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>91f8013db4421c49abee09523ab8cd8a7ec9409a</Sha>
<Sha>7d09873c84c9cd1162cbe5a0c8cf01a34793b5e7</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22127.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22153.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>ea46697a42b48d92d5f0cac594d2e4d9cf22cc5b</Sha>
<Sha>d30075d8c33ba2bbb2d2d7aaffb56bb62396d197</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.22153.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22154.3</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.22153.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22153.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22154.3",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22154.3"
}
}