Update dependencies from https://github.com/dotnet/arcade build 20231103.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks
 From Version 9.0.0-beta.23551.1 -> To Version 9.0.0-beta.23553.1
This commit is contained in:
dotnet-maestro[bot] 2023-11-04 12:12:06 +00:00
parent 8cd5117100
commit 5d2169c51f
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="9.0.0-beta.23552.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23553.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>215ead44de53294bc1223b593a36bda5493df4ba</Sha>
<Sha>1f067970472e5eb1877797bc4304dd13f284c7ba</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23552.4">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23553.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>215ead44de53294bc1223b593a36bda5493df4ba</Sha>
<Sha>1f067970472e5eb1877797bc4304dd13f284c7ba</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23552.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23553.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>215ead44de53294bc1223b593a36bda5493df4ba</Sha>
<Sha>1f067970472e5eb1877797bc4304dd13f284c7ba</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23430.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -223,9 +223,9 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>f7d6c1e3aa9f78f08aa0647f5cdf5d0178cc1a5c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23552.4">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23553.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>215ead44de53294bc1223b593a36bda5493df4ba</Sha>
<Sha>1f067970472e5eb1877797bc4304dd13f284c7ba</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
<Uri>https://github.com/dotnet/runtime</Uri>

View file

@ -39,7 +39,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23552.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23553.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": "9.0.0-beta.23552.4",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23552.4"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23553.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23553.1"
}
}