Merge pull request #14155 from dotnet/darc-main-38ae62a9-20e9-4efd-af6e-13b1f7bbdead

[main] Update dependencies from dotnet/arcade
This commit is contained in:
v-wuzhai 2022-07-17 18:58:05 -07:00 committed by GitHub
commit 24bc4fef8a
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.22364.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22365.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>22e05f347f297e09e9ee58c22e139d2f5f5ec297</Sha>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22364.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22365.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>22e05f347f297e09e9ee58c22e139d2f5f5ec297</Sha>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22364.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22365.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>22e05f347f297e09e9ee58c22e139d2f5f5ec297</Sha>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22363.2">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>598fd5d2c9e36784f5c5ca8df533a57f8b46727d</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22363-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22364-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>317a714f518da915bbf9f04f8f30e7ddb224d911</Sha>
<Sha>3e7c7527cc929bfcda18cde3af8cddc2dd98f121</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22363.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22364.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>ad74dd451025f8bacb8bb22f6388da41a77cfcf5</Sha>
<Sha>ad72d0b03cb9b259988d98e1ebcdf8ca56c9d8e5</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.22364.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22365.4</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.22364.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22364.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22365.4",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22365.4"
}
}