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

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

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 1.2.0-beta-22469-02 -> To Version 1.2.0-beta-22471-01 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-09-23 12:22:17 +00:00
parent f907f828c8
commit e556258626
3 changed files with 10 additions and 10 deletions

View file

@ -193,18 +193,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22471.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22472.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d179a8bfc4f295329bbbed456d088a0dfbc61a56</Sha>
<Sha>00d7e107ffaa9613733e390a282bd1e13c1d8d17</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22471.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22472.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d179a8bfc4f295329bbbed456d088a0dfbc61a56</Sha>
<Sha>00d7e107ffaa9613733e390a282bd1e13c1d8d17</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22471.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22472.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d179a8bfc4f295329bbbed456d088a0dfbc61a56</Sha>
<Sha>00d7e107ffaa9613733e390a282bd1e13c1d8d17</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22462.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -219,7 +219,7 @@
<Sha>1f91bc10ab56e67fe2f79dd03bd0e44136fc8b3f</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22469-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22471-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>25eb369a3b05519745e69e58668f5489400afff8</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />

View file

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