[release/8.0.3xx] Update dependencies from dotnet/arcade (#18790)
This commit is contained in:
commit
aecb89833a
4 changed files with 10 additions and 10 deletions
|
@ -214,18 +214,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24113.2">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24123.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>da98edc4c3ea539f109ea320672136ceb32591a7</Sha>
|
||||
<Sha>042763a811fd94dc3556253d4c64118dd665216e</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24113.2">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24123.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>da98edc4c3ea539f109ea320672136ceb32591a7</Sha>
|
||||
<Sha>042763a811fd94dc3556253d4c64118dd665216e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24113.2">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24123.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>da98edc4c3ea539f109ea320672136ceb32591a7</Sha>
|
||||
<Sha>042763a811fd94dc3556253d4c64118dd665216e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24126.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24113.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24123.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# IgnoreDirectories - Directories to ignore for SBOM generation. This will be passed through to the CG component detector.
|
||||
|
||||
parameters:
|
||||
PackageVersion: 7.0.0
|
||||
PackageVersion: 8.0.0
|
||||
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'
|
||||
PackageName: '.NET'
|
||||
ManifestDirPath: $(Build.ArtifactStagingDirectory)/sbom
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.21.0"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24113.2",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24113.2"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24123.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24123.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue