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

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks
 From Version 9.0.0-beta.23620.1 -> To Version 9.0.0-beta.23620.7
This commit is contained in:
dotnet-maestro[bot] 2023-12-21 13:29:14 +00:00
parent 69c37da6c5
commit 811a520bcf
5 changed files with 13 additions and 13 deletions

View file

@ -211,18 +211,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23620.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23620.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>17dff488fa9de3f27edf2e42516d06d538ed3625</Sha>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23620.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23620.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>17dff488fa9de3f27edf2e42516d06d538ed3625</Sha>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23620.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23620.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>17dff488fa9de3f27edf2e42516d06d538ed3625</Sha>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23619.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -232,9 +232,9 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>57c61af10606819426d205193aa0e9f2f1672050</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23620.1">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23620.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>17dff488fa9de3f27edf2e42516d06d538ed3625</Sha>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</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

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23620.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23620.7</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -18,7 +18,7 @@ variables:
- name: SymbolToolVersion
value: 1.0.1
- name: BinlogToolVersion
value: 1.0.8
value: 1.0.9
- name: runCodesignValidationInjection
value: false

View file

@ -3,7 +3,7 @@ parameters:
JobLabel: ''
CustomSensitiveDataList: ''
# A default - in case value from eng/common/templates/post-build/common-variables.yml is not passed
BinlogToolVersion: '1.0.8'
BinlogToolVersion: '1.0.9'
steps:
- task: Powershell@2

View file

@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23620.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23620.1"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23620.7",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23620.7"
}
}