File tree 4 files changed +12
-12
lines changed
common/core-templates/steps
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 67
67
</Dependency >
68
68
</ProductDependencies >
69
69
<ToolsetDependencies >
70
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25120.6 " >
70
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25125.2 " >
71
71
<Uri >https://github.com/dotnet/arcade</Uri >
72
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
72
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
73
73
</Dependency >
74
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 10.0.0-beta.25120.6 " >
74
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 10.0.0-beta.25125.2 " >
75
75
<Uri >https://github.com/dotnet/arcade</Uri >
76
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
76
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
77
77
</Dependency >
78
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25120.6 " >
78
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25125.2 " >
79
79
<Uri >https://github.com/dotnet/arcade</Uri >
80
- <Sha >ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac </Sha >
80
+ <Sha >5b1e2d133be215e729cf90016ae12b520950ce7a </Sha >
81
81
</Dependency >
82
82
</ToolsetDependencies >
83
83
</Dependencies >
Original file line number Diff line number Diff line change 33
33
<SystemRuntimeCachingVersion >10.0.0-preview.3.25123.2</SystemRuntimeCachingVersion >
34
34
</PropertyGroup >
35
35
<PropertyGroup Label =" Dependencies from dotnet/arcade" >
36
- <MicrosoftDotNetBuildTasksTemplatingVersion >10.0.0-beta.25120.6 </MicrosoftDotNetBuildTasksTemplatingVersion >
36
+ <MicrosoftDotNetBuildTasksTemplatingVersion >10.0.0-beta.25125.2 </MicrosoftDotNetBuildTasksTemplatingVersion >
37
37
</PropertyGroup >
38
38
<PropertyGroup Label =" Other dependencies" >
39
39
<MicrosoftBuildFrameworkVersion >17.8.3</MicrosoftBuildFrameworkVersion >
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
"sdk" : {
3
- "version" : " 10.0.100-preview.2.25118.3 " ,
3
+ "version" : " 10.0.100-preview.3.25125.5 " ,
4
4
"allowPrerelease" : true ,
5
5
"rollForward" : " latestMajor"
6
6
},
7
7
"tools" : {
8
- "dotnet" : " 10.0.100-preview.2.25118.3 " ,
8
+ "dotnet" : " 10.0.100-preview.3.25125.5 " ,
9
9
"runtimes" : {
10
10
"dotnet" : [
11
11
" $(MicrosoftNETCoreAppRuntimewinx64Version)"
12
12
]
13
13
}
14
14
},
15
15
"msbuild-sdks" : {
16
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25120.6 " ,
17
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25120.6 "
16
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25125.2 " ,
17
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25125.2 "
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments