File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
common/core-templates/steps Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25120.6 " >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25125.2 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
13
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
14
14
</Dependency >
15
15
<!-- Intermediate is necessary for source build. -->
16
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25120.6 " >
16
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25125.2 " >
17
17
<Uri >https://github.com/dotnet/arcade</Uri >
18
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
18
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
19
19
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
20
20
</Dependency >
21
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25120.6 " >
21
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25125.2 " >
22
22
<Uri >https://github.com/dotnet/arcade</Uri >
23
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
23
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
24
24
</Dependency >
25
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25120.6 " >
25
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25125.2 " >
26
26
<Uri >https://github.com/dotnet/arcade</Uri >
27
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
27
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
28
28
</Dependency >
29
29
</ToolsetDependencies >
30
30
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25120.6 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25125.2 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
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 " ,
7
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25120.6 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25125.2 " ,
7
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25125.2 " ,
8
8
"Microsoft.Build.Traversal" : " 3.4.0"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments