File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
common/core-templates/steps Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
<SourceBuild RepoName =" source-build-reference-packages" ManagedOnly =" true" />
15
15
</Dependency >
16
16
<!-- Intermediate is necessary for source build. -->
17
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25120.6 " >
17
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25125.2 " >
18
18
<Uri >https://github.com/dotnet/arcade</Uri >
19
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
19
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
20
20
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
21
21
</Dependency >
22
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25120.6 " >
22
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25125.2 " >
23
23
<Uri >https://github.com/dotnet/arcade</Uri >
24
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
24
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
25
25
</Dependency >
26
26
<Dependency Name =" Microsoft.DotNet.GenAPI.Task" Version =" 10.0.100-preview.3.25122.1" >
27
27
<Uri >https://github.com/dotnet/sdk</Uri >
Original file line number Diff line number Diff line change 5
5
# IgnoreDirectories - Directories to ignore for SBOM generation. This will be passed through to the CG component detector.
6
6
7
7
parameters :
8
- PackageVersion : 9 .0.0
8
+ PackageVersion : 10 .0.0
9
9
BuildDropPath : ' $(Build.SourcesDirectory)/artifacts'
10
10
PackageName : ' .NET'
11
11
ManifestDirPath : $(Build.ArtifactStagingDirectory)/sbom
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 10.0.100-preview.2.25118.3 "
3
+ "dotnet" : " 10.0.100-preview.3.25125.5 "
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25120.6 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25125.2 " ,
7
7
"Microsoft.Build.NoTargets" : " 3.7.0"
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments