Skip to content

Commit ef663d6

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240801.1 (#9515)
[main] Update dependencies from dotnet/arcade
1 parent 4e977f5 commit ef663d6

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,25 +161,25 @@
161161
</Dependency>
162162
</ProductDependencies>
163163
<ToolsetDependencies>
164-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24379.1">
164+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24401.1">
165165
<Uri>https://github.com/dotnet/arcade</Uri>
166-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
166+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
167167
</Dependency>
168-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24379.1">
168+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24401.1">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
170+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24379.1">
172+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24401.1">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
174+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
175175
</Dependency>
176176
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178178
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
179179
</Dependency>
180-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24379.1">
180+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24401.1">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
182+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
183183
</Dependency>
184184
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
185185
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Packages that come from https://github.com/dotnet/arcade -->
5252
<PropertyGroup>
5353
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
54-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24379.1</MicrosoftDotNetCodeAnalysisPackageVersion>
54+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24401.1</MicrosoftDotNetCodeAnalysisPackageVersion>
5555
</PropertyGroup>
5656
<!-- Sourcelink -->
5757
<PropertyGroup>

eng/common/native/init-compiler.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case "$compiler" in
2121
majorVersion="${version%%.*}"
2222

2323
# 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)))"
2525
compiler=clang
2626
;;
2727

@@ -31,7 +31,7 @@ case "$compiler" in
3131
majorVersion="${version%%.*}"
3232

3333
# 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)))"
3535
compiler=gcc
3636
;;
3737
esac

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24379.1",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24379.1"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24401.1"
1717
},
1818
"sdk": {
1919
"version": "9.0.100-preview.6.24328.19"

0 commit comments

Comments
 (0)