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

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

Dependency coherency updates

Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks
 From Version 1.2.0-beta-22260-02 -> To Version 1.2.0-beta-22262-02 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-05-17 12:35:53 +00:00
parent 2071f2cdca
commit e70e799da1
3 changed files with 13 additions and 13 deletions

View file

@ -192,33 +192,33 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22262.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22266.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
<Sha>70d269dfe645525adb6836d25d8a97d7960eda1a</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22262.8">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22266.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
<Sha>70d269dfe645525adb6836d25d8a97d7960eda1a</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22262.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22266.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
<Sha>70d269dfe645525adb6836d25d8a97d7960eda1a</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22261.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>c71ce108eda9f657c9f58a613a1fe56b6b08235d</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22260-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22262-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5a42380a3f5de7b4e1dc7c4de1f556d92edbad93</Sha>
<Sha>339f00dd30bac695b67bbfd1f7faf5a3c7f1e984</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22261.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22263.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>78c2e0ecb58db6b09165d3388f0ba84db3a889d4</Sha>
<Sha>54bc9a1ac8a39083216bb8f5447c8d34fdd290f7</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.22262.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22266.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.22262.8",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22262.8"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22266.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22266.1"
}
}