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

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.22465.7 -> To Version 8.0.0-beta.22466.3

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 1.2.0-beta-22462-02 -> To Version 1.2.0-beta-22465-01 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-09-17 12:24:29 +00:00
parent 74c63daf99
commit 7a8218e8f5
3 changed files with 11 additions and 11 deletions

View file

@ -199,18 +199,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22465.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22466.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cbb2c87350567406c46690ff292e5f6397a5daba</Sha>
<Sha>bf47db2617320c82f94713d7b538f7bc0fa9d662</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22465.7">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22466.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cbb2c87350567406c46690ff292e5f6397a5daba</Sha>
<Sha>bf47db2617320c82f94713d7b538f7bc0fa9d662</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22465.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22466.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cbb2c87350567406c46690ff292e5f6397a5daba</Sha>
<Sha>bf47db2617320c82f94713d7b538f7bc0fa9d662</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22462.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -225,9 +225,9 @@
<Sha>3809f7fce2698f3bae454f7e04259e560d1624a0</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22462-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22465-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2fc6877be8977fdfdaedbf8dbb1937e85a9c1c0c</Sha>
<Sha>16ba25a5b808ab4794d8eeb945a836b32f2efc15</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22462.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

View file

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