[main] Update dependencies from dotnet/arcade (#17076)

This commit is contained in:
Michael Yanni 2023-07-27 14:44:43 -07:00 committed by GitHub
commit 89c4fce5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -202,18 +202,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23376.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>9c133f0206c655b7a12a045b1de7c76804cde3fb</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23376.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>9c133f0206c655b7a12a045b1de7c76804cde3fb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23376.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>9c133f0206c655b7a12a045b1de7c76804cde3fb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23374.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -237,9 +237,9 @@
<Sha>d2e046aec870a5a7601cc51c5607f34463cc2d42</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23368.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23374.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>3aa0b2b84cab7d94b9136547563d027fd78e82a6</Sha>
<Sha>a61cdec7a7f96c654b8c92bea0167df0427cc26c</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>

View file

@ -36,7 +36,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23371.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23376.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.23371.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23371.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23376.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23376.1"
}
}