Merge pull request #14282 from dotnet/darc-main-5e934c62-5bf5-47bd-813e-694989484c2d

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Marc Paine 2022-08-09 09:54:20 -07:00 committed by GitHub
commit f756f47891
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.22405.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22408.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>58aed6cc9fde5155c79cf706eeccf31b03e9a8a7</Sha>
<Sha>13b342360ba81ca3fdf911fda985dc8420d51627</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22405.6">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22408.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>58aed6cc9fde5155c79cf706eeccf31b03e9a8a7</Sha>
<Sha>13b342360ba81ca3fdf911fda985dc8420d51627</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22405.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22408.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>58aed6cc9fde5155c79cf706eeccf31b03e9a8a7</Sha>
<Sha>13b342360ba81ca3fdf911fda985dc8420d51627</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22408.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>ddc5b4880b0bf18783fc6808c4d407214f7bdae1</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22404-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22407-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>c2b16fa517c66a3fd78d9286e93123ea739a5609</Sha>
<Sha>ec063efc0c81f061ec3a91e343f135135cd27418</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22404.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22407.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>eb60feba8e35109537c4059bf5131ea0d7ed24f3</Sha>
<Sha>e1f318960e0e5dbea923349c8aea12f58626fdfa</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.22405.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22408.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.22405.6",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22405.6"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22408.3",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22408.3"
}
}