File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4
4
<ProductDependencies >
5
5
</ProductDependencies >
6
6
<ToolsetDependencies >
7
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24375 .3" >
7
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24414 .3" >
8
8
<Uri >https://github.com/dotnet/arcade</Uri >
9
- <Sha >3e18bd4f62388b829d0b9dcd1ee131431674aa5f </Sha >
9
+ <Sha >4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68 </Sha >
10
10
</Dependency >
11
- <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 9.0.0-beta.24375 .3" >
11
+ <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 9.0.0-beta.24414 .3" >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >3e18bd4f62388b829d0b9dcd1ee131431674aa5f </Sha >
13
+ <Sha >4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68 </Sha >
14
14
</Dependency >
15
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.24375 .3" >
15
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.24414 .3" >
16
16
<Uri >https://github.com/dotnet/arcade</Uri >
17
- <Sha >3e18bd4f62388b829d0b9dcd1ee131431674aa5f </Sha >
17
+ <Sha >4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68 </Sha >
18
18
</Dependency >
19
19
</ToolsetDependencies >
20
20
</Dependencies >
Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
<!-- Arcade dependencies -->
20
20
<PropertyGroup >
21
- <MicrosoftDotNetGenFacadesPackageVersion >9.0.0-beta.24375 .3</MicrosoftDotNetGenFacadesPackageVersion >
22
- <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.24375 .3</MicrosoftDotNetXUnitExtensionsPackageVersion >
21
+ <MicrosoftDotNetGenFacadesPackageVersion >9.0.0-beta.24414 .3</MicrosoftDotNetGenFacadesPackageVersion >
22
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.24414 .3</MicrosoftDotNetXUnitExtensionsPackageVersion >
23
23
</PropertyGroup >
24
24
<!-- CoreFx dependencies -->
25
25
<PropertyGroup >
Original file line number Diff line number Diff line change 1
1
param (
2
2
$darcVersion = $null ,
3
- $versionEndpoint = ' https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16 ' ,
3
+ $versionEndpoint = ' https://maestro.dot.net/api/assets/darc-version?api-version=2020-02-20 ' ,
4
4
$verbosity = ' minimal' ,
5
5
$toolpath = $null
6
6
)
Original file line number Diff line number Diff line change 2
2
3
3
source=" ${BASH_SOURCE[0]} "
4
4
darcVersion=' '
5
- versionEndpoint=' https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16 '
5
+ versionEndpoint=' https://maestro.dot.net/api/assets/darc-version?api-version=2020-02-20 '
6
6
verbosity=' minimal'
7
7
8
8
while [[ $# > 0 ]]; do
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 14
14
"version" : " 9.0.100-preview.5.24307.3"
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24375 .3" ,
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24414 .3" ,
18
18
"Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23409.5"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments