Merge pull request #13226 from dotnet/darc-main-7df01b0e-333d-4e26-bf5c-d42b746faf09

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Marc Paine 2022-02-16 14:38:17 -08:00 committed by GitHub
commit 3c8f207923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -177,33 +177,33 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22111.10">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22114.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ff6cc4e9c3eef575f62a33a642ca80e79d27c9bb</Sha>
<Sha>6d977266bcc193caedb60a27ae44d14d9a11a040</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22111.10">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22114.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ff6cc4e9c3eef575f62a33a642ca80e79d27c9bb</Sha>
<Sha>6d977266bcc193caedb60a27ae44d14d9a11a040</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22111.10">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22114.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ff6cc4e9c3eef575f62a33a642ca80e79d27c9bb</Sha>
<Sha>6d977266bcc193caedb60a27ae44d14d9a11a040</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22110.2">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>dd121eee820c44a31a23557cc1ac89c5c8237c7c</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22110-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22111-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>a6c1791afd6926dbe5420a89a4b01e9344c2fea0</Sha>
<Sha>74708673dfab709fb06668d0d2ed45468cac407e</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22110.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22112.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>22b23d500002db4887fc435bf12a1984d8489e63</Sha>
<Sha>8c4adafa2213c117e4486165f26a733444eb3cb2</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.22111.10</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22114.7</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.22111.10",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22111.10"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22114.7",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22114.7"
}
}