Merge pull request #14550 from dotnet/darc-main-b90427cd-6c92-44b4-aed1-0671a2dfade9

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Marc Paine 2022-09-20 09:18:40 -07:00 committed by GitHub
commit c240a58bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -193,18 +193,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22466.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22469.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bf47db2617320c82f94713d7b538f7bc0fa9d662</Sha>
<Sha>3c58477e970334e718adcd6461638ca844395db2</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22466.3">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22469.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bf47db2617320c82f94713d7b538f7bc0fa9d662</Sha>
<Sha>3c58477e970334e718adcd6461638ca844395db2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22466.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22469.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bf47db2617320c82f94713d7b538f7bc0fa9d662</Sha>
<Sha>3c58477e970334e718adcd6461638ca844395db2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22462.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -219,9 +219,9 @@
<Sha>7024c140e5954ca2d27eb6dc0285b939407ddb42</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22465-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22468-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>16ba25a5b808ab4794d8eeb945a836b32f2efc15</Sha>
<Sha>e2d938cd694feb0d09bae5928ffe4ea1a4dfa9f2</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22462.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22466.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22469.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22466.3",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22466.3"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22469.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22469.1"
}
}