Merge pull request #14232 from dotnet/darc-main-5098f3c1-7049-4969-959e-6a8754fb5d78

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Marc Paine 2022-08-02 12:47:23 -07:00 committed by GitHub
commit 409777e5f3
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.22379.10">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22401.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e73f4ab4c172aa55614f24b2d5c319e1efb8813</Sha>
<Sha>aa90e21c63248b4d6d61e8de14a0d8e7a9275130</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22379.10">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22401.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e73f4ab4c172aa55614f24b2d5c319e1efb8813</Sha>
<Sha>aa90e21c63248b4d6d61e8de14a0d8e7a9275130</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22379.10">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22401.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e73f4ab4c172aa55614f24b2d5c319e1efb8813</Sha>
<Sha>aa90e21c63248b4d6d61e8de14a0d8e7a9275130</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22380.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>12d2f2735a07613ac262518305b524f07312240d</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22377-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22381-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>9c6ff1b069b51bcc762c73504d0a3732c0390ff2</Sha>
<Sha>4829a281abead121354181fc35207225452f6329</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22377.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22380.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>d9ed8e7e09aba6b56f721cb9d50566e18263a62a</Sha>
<Sha>a27b6dfed7a081f163d5af806e185c4b4f0fb8b9</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.22379.10</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22401.3</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.22379.10",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22379.10"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22401.3",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22401.3"
}
}