Update dependencies from https://github.com/dotnet/arcade build 20241003.1 (#2994)
This commit is contained in:
Родитель
6ffd379560
Коммит
3d4e2defa6
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Dependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24501.6">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24503.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>121ea593b1d0860ae0e5f5747850a60b23cc2968</Sha>
|
||||
<Sha>36084e26cde6e5902e0d7ada5b097efd79835682</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
<ProductDependencies>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
parameters:
|
||||
# Sbom related params
|
||||
enableSbom: true
|
||||
runAsPublic: false
|
||||
PackageVersion: 9.0.0
|
||||
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ parameters:
|
|||
componentGovernanceIgnoreDirectories: ''
|
||||
# Sbom related params
|
||||
enableSbom: true
|
||||
runAsPublic: false
|
||||
PackageVersion: 9.0.0
|
||||
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"dotnet": "9.0.100-rc.1.24452.12"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24501.6",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24503.1",
|
||||
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23607.2"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче