Merge pull request #14172 from dotnet/darc-main-f3083889-a8fb-42e3-b344-4d29f0906ad4

[main] Update dependencies from dotnet/arcade
This commit is contained in:
v-wuzhai 2022-07-19 19:17:15 -07:00 committed by GitHub
commit 671260b092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -196,32 +196,32 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22367.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22368.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
<Sha>6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22367.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22368.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
<Sha>6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22367.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22368.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
<Sha>6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22368.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>b8e944de468738df9371be30d2a5232c33649260</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22364-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22367-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>3e7c7527cc929bfcda18cde3af8cddc2dd98f121</Sha>
<Sha>2e8b1dd7716350c00f19fc595fa311685c470f44</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22364.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22366.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>ad72d0b03cb9b259988d98e1ebcdf8ca56c9d8e5</Sha>
<Sha>42614f0262512a0d0d03c2a41098f15a66b60ada</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.22367.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22368.5</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.22367.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22367.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22368.5",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22368.5"
}
}