Merge pull request #13282 from dotnet/darc-main-ab2f722c-b66f-47f7-8aab-ae44a23a034d

[main] Update dependencies from dotnet/arcade
This commit is contained in:
v-wuzhai 2022-02-28 16:27:36 +08:00 committed by GitHub
commit 36d15d9987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -177,19 +177,19 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22123.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22124.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3bb832ddfb3bb788074c7f8c6528fa0e632e642c</Sha>
<Sha>f7136626d0109856df867481219eb7366951985d</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22123.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22124.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3bb832ddfb3bb788074c7f8c6528fa0e632e642c</Sha>
<Sha>f7136626d0109856df867481219eb7366951985d</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22123.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22124.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3bb832ddfb3bb788074c7f8c6528fa0e632e642c</Sha>
<Sha>f7136626d0109856df867481219eb7366951985d</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22125.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
@ -201,9 +201,9 @@
<Sha>8ea92a24e3db924152603f98f82564b440698245</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22119.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22123.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>f1d2d77327aab9b50c914cc94154b6d99eadf8b6</Sha>
<Sha>528cb4849f316b48568037086ed9c86caa6c7cf5</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.22123.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22124.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.22123.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22123.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22124.4",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22124.4"
}
}