Merge pull request #14576 from dotnet/darc-main-758bc819-605e-4668-8002-af5c0f531cb4

[main] Update dependencies from dotnet/arcade
This commit is contained in:
v-wuzhai 2022-09-25 23:05:28 -07:00 committed by GitHub
commit cdb6f65dc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.22473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d179a8bfc4f295329bbbed456d088a0dfbc61a56</Sha>
<Sha>ba4d2568dd2e3e7538feeaba60215f7bcb99e89c</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.22473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d179a8bfc4f295329bbbed456d088a0dfbc61a56</Sha>
<Sha>ba4d2568dd2e3e7538feeaba60215f7bcb99e89c</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.22473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d179a8bfc4f295329bbbed456d088a0dfbc61a56</Sha>
<Sha>ba4d2568dd2e3e7538feeaba60215f7bcb99e89c</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>f508517df0f80bddd924a809fba1c3571396f3d9</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-22472-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.22473.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.22473.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22473.1"
}
}