File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ToolsetDependencies >
4
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24375.3 " >
4
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24401.1 " >
5
5
<Uri >https://github.com/dotnet/arcade</Uri >
6
- <Sha >3e18bd4f62388b829d0b9dcd1ee131431674aa5f </Sha >
6
+ <Sha >a3dae8d4fd5a17c147cbecfd31e61463731ac0cc </Sha >
7
7
</Dependency >
8
8
<!-- Intermediate is necessary for source build. -->
9
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.24375.3 " >
9
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.24401.1 " >
10
10
<Uri >https://github.com/dotnet/arcade</Uri >
11
- <Sha >3e18bd4f62388b829d0b9dcd1ee131431674aa5f </Sha >
11
+ <Sha >a3dae8d4fd5a17c147cbecfd31e61463731ac0cc </Sha >
12
12
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
13
13
</Dependency >
14
14
<!-- Intermediate is necessary for source build. -->
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ case "$compiler" in
21
21
majorVersion=" ${version%% .* } "
22
22
23
23
# LLVM based on v18 released in early 2024, with two releases per year
24
- maxVersion=" $(( 18 + ((($(date +% Y) - 2024 ) * 12 + $(date +% m) - 3 ) / 6 )) )"
24
+ maxVersion=" $(( 18 + ((($(date +% Y) - 2024 ) * 12 + $(date +%- m) - 3 ) / 6 )) )"
25
25
compiler=clang
26
26
;;
27
27
@@ -31,7 +31,7 @@ case "$compiler" in
31
31
majorVersion=" ${version%% .* } "
32
32
33
33
# GCC based on v14 released in early 2024, with one release per year
34
- maxVersion=" $(( 14 + ((($(date +% Y) - 2024 ) * 12 + $(date +% m) - 3 ) / 12 )) )"
34
+ maxVersion=" $(( 14 + ((($(date +% Y) - 2024 ) * 12 + $(date +%- m) - 3 ) / 12 )) )"
35
35
compiler=gcc
36
36
;;
37
37
esac
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 9.0.100-preview.5.24307.3"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24375.3 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24401.1 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments