[main] Update dependencies from dotnet/arcade (#18022)
This commit is contained in:
commit
5fc08a8fe7
5 changed files with 13 additions and 13 deletions
|
@ -211,18 +211,18 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<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>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>17dff488fa9de3f27edf2e42516d06d538ed3625</Sha>
|
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</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>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>17dff488fa9de3f27edf2e42516d06d538ed3625</Sha>
|
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
|
||||||
</Dependency>
|
</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>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>17dff488fa9de3f27edf2e42516d06d538ed3625</Sha>
|
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23619.2">
|
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23619.2">
|
||||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||||
|
@ -232,9 +232,9 @@
|
||||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||||
<Sha>57c61af10606819426d205193aa0e9f2f1672050</Sha>
|
<Sha>57c61af10606819426d205193aa0e9f2f1672050</Sha>
|
||||||
</Dependency>
|
</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>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>17dff488fa9de3f27edf2e42516d06d538ed3625</Sha>
|
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
|
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
|
||||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
<!-- 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>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||||
|
|
|
@ -18,7 +18,7 @@ variables:
|
||||||
- name: SymbolToolVersion
|
- name: SymbolToolVersion
|
||||||
value: 1.0.1
|
value: 1.0.1
|
||||||
- name: BinlogToolVersion
|
- name: BinlogToolVersion
|
||||||
value: 1.0.8
|
value: 1.0.9
|
||||||
|
|
||||||
- name: runCodesignValidationInjection
|
- name: runCodesignValidationInjection
|
||||||
value: false
|
value: false
|
||||||
|
|
|
@ -3,7 +3,7 @@ parameters:
|
||||||
JobLabel: ''
|
JobLabel: ''
|
||||||
CustomSensitiveDataList: ''
|
CustomSensitiveDataList: ''
|
||||||
# A default - in case value from eng/common/templates/post-build/common-variables.yml is not passed
|
# 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:
|
steps:
|
||||||
- task: Powershell@2
|
- task: Powershell@2
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"cmake": "3.21.0"
|
"cmake": "3.21.0"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.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.1"
|
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23620.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue