Merge pull request #14186 from dotnet/darc-main-2903a98b-5a63-4d41-9716-ec607e63c401

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Marc Paine 2022-07-21 16:19:51 -07:00 committed by GitHub
commit b2beceb5c6
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.22369.9">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22370.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cda764613f89280de6d5c5383ebded9ac01ebd00</Sha>
<Sha>2da4f9da491ecf07fe08d8a117f3265a0433fc23</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22369.9">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22370.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cda764613f89280de6d5c5383ebded9ac01ebd00</Sha>
<Sha>2da4f9da491ecf07fe08d8a117f3265a0433fc23</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22369.9">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22370.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cda764613f89280de6d5c5383ebded9ac01ebd00</Sha>
<Sha>2da4f9da491ecf07fe08d8a117f3265a0433fc23</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22371.2">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>3d0f9fa840fd71d18bfbc37215b7beda90d9b1d7</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22368-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22369-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>57d3d6cd128003a178af2b63927ae791d12ddaa1</Sha>
<Sha>8779e3bbd2863c2f51b7933d265348cee36e3a6f</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22368.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22369.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>634a41204a6e4f91dcc5eb1bd6dfa426f99bfb08</Sha>
<Sha>4a9cf3a91692ac42bcb628854405cfb9b30f4470</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.22369.9</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22370.1</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.22369.9",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22369.9"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22370.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22370.1"
}
}